summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-23dri2: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer1-1/+4
2016-06-23present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer1-1/+2
2016-06-23Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer1-7/+7
2016-06-23Simplify drmmode_set_mode_major error handlingMichel Dänzer1-7/+2
2016-06-23Only add main fb if necessaryHans de Goede1-18/+21
2016-06-23Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede1-15/+1
2016-06-23Call amdgpu_glamor_create_screen_resources after ModifyPixmapHeaderMichel Dänzer1-6/+9
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer1-5/+13
2016-06-16Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULLMichel Dänzer1-3/+3
2016-06-16glamor: Fix leak of pixmap private when replacing BOMichel Dänzer1-2/+1
2016-06-16Use amdgpu_set_pixmap_bo in amdgpu_set_shared_pixmap_backingMichel Dänzer1-21/+15
2016-06-16Propagate failure from amdgpu_set_pixmap_boMichel Dänzer4-22/+30
2016-06-15glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*Michel Dänzer4-8/+7
2016-06-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer1-0/+21
2016-06-14Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2Michel Dänzer3-50/+53
2016-06-14Consolidate get_drawable_pixmap helperMichel Dänzer3-27/+16
2016-06-14Add amdgpu_pixmap_get_tiling_infoMichel Dänzer3-1/+36
2016-06-14Remove amdgpu_share_pixmap_backingMichel Dänzer2-17/+0
2016-06-08glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer1-3/+8
2016-05-17add missing bonaire pci idAlex Deucher6-0/+6
2016-05-17Add more Polaris 11 PCI IDsFlora Cui6-12/+30
2016-05-17Add more Polaris 10 PCI IDsFlora Cui6-0/+54
2016-05-13Handle Zaphod mode correctly in amdgpu_mode_hotplugMichel Dänzer1-10/+34
2016-05-12Enable DRI3 by default when building for Xorg >= 1.18.3Michel Dänzer2-0/+6
2016-05-12present: Support async flipsMichel Dänzer1-4/+1
2016-05-12Add support for async flips to radeon_do_pageflipMichel Dänzer4-6/+20
2016-05-10add strato pci idFlora Cui6-0/+6
2016-04-13dri3: Return NULL from amdgpu_dri3_pixmap_from_fd if calloc fails.Tom St Denis1-2/+7
2016-04-11Remove RR_Capability_SinkOutput for GPU without CRTC.Qiang Yu1-4/+7
2016-04-11Post 1.1.0 release version bumpMichel Dänzer1-1/+1
2016-04-07Bump version for 1.1.0 releasexf86-video-amdgpu-1.1.0Michel Dänzer1-1/+1
2016-04-04glamor: Force GPU rendering to/from pixmaps created via DRI3Michel Dänzer2-6/+11
2016-04-04Update manpage entry for Option "TearFree"Michel Dänzer1-3/+4
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer6-72/+84
2016-03-30DRI3: Refuse to open DRM file descriptor for ssh clientsMichel Dänzer1-1/+38
2016-03-25Revert "Use render node for DRI3 if available"Michel Dänzer3-36/+4
2016-03-24add polaris10 pci idFlora Cui6-0/+12
2016-03-24add polaris11 pci idFlora Cui6-0/+36
2016-03-24add Polaris chip familiesAlex Deucher1-0/+2
2016-03-25Require xserver 1.9 or newerMichel Dänzer6-37/+1
2016-03-25Fix build against older versions of xserverMichel Dänzer3-9/+31
2016-03-25DRI3 only works with accelerationMichel Dänzer1-6/+9
2016-03-25Check for xf86CursorResetCursorMichel Dänzer2-0/+8
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer5-3/+29
2016-03-24Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29
2016-03-24Call AMDGPUBlockHandler_KMS before setting initial modesMichel Dänzer1-2/+2
2016-03-23present: Return rotated CRTCs from amdgpu_present_get_crtcMichel Dänzer1-2/+1
2016-03-23present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer1-0/+7
2016-03-23Make Option "TearFree" effective for rotated/reflected outputs as wellMichel Dänzer2-41/+219
2016-03-23Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5