summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Fix cursor size for SIMarek Olšák1-2/+8
2016-09-14Add SI PCI IDsRonie Salgado7-0/+443
2016-09-14Add missing Kaveri PCI ID (1318)Michel Dänzer6-0/+6
2016-09-14Add Mullins PCI IDsMichel Dänzer7-0/+97
2016-09-14DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu1-1/+1
2016-09-14DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_mscMichel Dänzer1-2/+6
2016-09-14Only use RandR APIs if RandR is enabledMichel Dänzer2-10/+13
2016-09-14Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer1-0/+10
2016-09-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer1-0/+21
2016-09-14Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2Michel Dänzer3-50/+53
2016-09-14Consolidate get_drawable_pixmap helperMichel Dänzer3-27/+16
2016-09-14Add amdgpu_pixmap_get_tiling_infoMichel Dänzer3-1/+36
2016-09-14Remove amdgpu_share_pixmap_backingMichel Dänzer2-17/+0
2016-09-14glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer1-3/+8
2016-09-14add missing bonaire pci idAlex Deucher6-0/+6
2016-09-14Add more Polaris 11 PCI IDsFlora Cui6-12/+30
2016-09-14Add more Polaris 10 PCI IDsFlora Cui6-0/+54
2016-09-14Fix amdgpu_mode_hotplug crash on multi GPU platform.Qiang Yu1-1/+2
2016-09-14Handle Zaphod mode correctly in amdgpu_mode_hotplugMichel Dänzer1-10/+34
2016-09-14add strato pci idFlora Cui6-0/+6
2016-09-14Remove RR_Capability_SinkOutput for GPU without CRTC.Qiang Yu1-4/+7
2016-04-04glamor: Force GPU rendering to/from pixmaps created via DRI3Michel Dänzer2-6/+11
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änzer2-35/+3
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änzer5-36/+0
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änzer1-0/+2
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
2016-03-23Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+1
2016-03-23Deal with modesets and page flips crossing on a CRTCMichel Dänzer3-0/+17
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer8-111/+86
2016-03-23Remove amdgpu_scanout_flip_handlerMichel Dänzer1-8/+1
2016-03-23DRI2: Also clear dri2_flipping when client disconnects before eventMichel Dänzer1-2/+3
2016-03-23drm_queue: Don't abort events immediately from amdgpu_drm_abort_clientMichel Dänzer1-5/+13
2016-03-23Fix RandR CRTC transformsMichel Dänzer1-1/+17
2016-03-18Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer1-1/+12
2016-02-27DRI2: Use amdgpu_pixmap_get_handleMichel Dänzer2-41/+31
2016-02-27glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)Michel Dänzer4-14/+66
2016-02-27Make amdgpu_do_pageflip take a pixmap instead of a BOMichel Dänzer4-41/+17