summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplugMichel Dänzer3-15/+15
2016-11-10Refactor amdgpu_mode_hotplugMichel Dänzer1-24/+33
2016-11-02Check Xorg version at runtime instead of build time in two placesMichel Dänzer2-9/+5
2016-11-02Require xserver 1.10 or newerMichel Dänzer5-22/+0
2016-10-27present: Check tiling info for flipsMichel Dänzer1-0/+7
2016-10-27Consume all available udev events at onceMichel Dänzer1-5/+8
2016-10-27PRIME: Fix swapping of provider sink / source capabilitiesHans de Goede1-2/+2
2016-10-27Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer1-13/+11
2016-10-26Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer1-4/+13
2016-10-19Order unique chipsets according to first appearance in ati_pciids.csvMichel Dänzer2-15/+20
2016-10-06Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer1-2/+3
2016-10-05Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer1-1/+31
2016-09-21Add support for ScreenPtr::SyncSharedPixmapMichel Dänzer1-1/+42
2016-09-09Make TearFree effective with PRIME slave scanoutMichel Dänzer3-13/+133
2016-09-09Synchronize scanout pixmaps for TearFreeMichel Dänzer3-55/+108
2016-09-09Move up amdgpu_scanout_extents_intersectMichel Dänzer1-17/+17
2016-09-09Factor out transform_region helperMichel Dänzer1-31/+43
2016-09-09Only copy from screen pixmap to shared pixmap on demand for slave scanoutMichel Dänzer1-13/+70
2016-09-09Track damage accurately for RandR 1.4 slave scanoutMichel Dänzer1-11/+72
2016-09-09Handle RandR 1.4 slave dirty updates via amdgpu_drm_queueMichel Dänzer1-3/+93
2016-09-09Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer3-62/+34
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer5-20/+68
2016-09-09Keep track of damage event related flushes per-clientMichel Dänzer2-9/+37
2016-09-09Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer3-16/+66
2016-09-07Add explicit AMDGPU_DRM_QUEUE_ERROR defineMichel Dänzer6-9/+12
2016-08-30Only list each unique chipset family once in the log fileMichel Dänzer3-1/+29
2016-08-30Add missing Kaveri PCI ID (1318)Michel Dänzer6-0/+6
2016-08-29Add Mullins PCI IDsMichel Dänzer7-0/+97
2016-08-23DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu1-1/+1
2016-08-23Remove unused lut_r/g/b arrays from drmmode_crtc_private_recMichel Dänzer1-1/+0
2016-08-22Fix cursor size for SIMarek Olšák1-2/+8
2016-08-22Add SI PCI IDsRonie Salgado7-0/+443
2016-07-22DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_mscMichel Dänzer1-2/+6
2016-07-20Fix amdgpu_mode_hotplug crash on multi GPU platform.Qiang Yu1-1/+2
2016-07-19Use NotifyFd for drm fdKeith Packard2-0/+20
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2016-07-12Only use RandR APIs if RandR is enabledMichel Dänzer2-10/+13
2016-06-28Clear damage in amdgpu_scanout_update if it doesn't intersect the CRTCMichel Dänzer1-1/+3
2016-06-28Remove w/h parameters from amdgpu_scanout_extents_intersectMichel Dänzer1-10/+5
2016-06-24Make the dedicated scanout mechanism work with arbitrary transforms v2Michel Dänzer2-35/+17
2016-06-24Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer1-0/+10
2016-06-23Remove drmmode_load_paletteMichel Dänzer1-70/+1
2016-06-23present: Separate checks for flips vs unflips v2Michel Dänzer1-16/+28
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