summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-21Stop using generated amdgpu_device_matchMichel Dänzer
2016-11-21Use family information from libdrm_amdgpu / kernelMichel Dänzer
2016-11-21Move struct amdgpu_gpu_info out of amdgpu_get_tile_configMichel Dänzer
2016-11-16Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplugMichel Dänzer
2016-11-10Refactor amdgpu_mode_hotplugMichel Dänzer
2016-11-02Check Xorg version at runtime instead of build time in two placesMichel Dänzer
2016-11-02Require xserver 1.10 or newerMichel Dänzer
2016-10-27present: Check tiling info for flipsMichel Dänzer
2016-10-27Consume all available udev events at onceMichel Dänzer
2016-10-27PRIME: Fix swapping of provider sink / source capabilitiesHans de Goede
2016-10-27Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-26Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-19Order unique chipsets according to first appearance in ati_pciids.csvMichel Dänzer
2016-10-06Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer
2016-10-05Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer
2016-09-21Add support for ScreenPtr::SyncSharedPixmapMichel Dänzer
2016-09-09Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-09Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-09-09Move up amdgpu_scanout_extents_intersectMichel Dänzer
2016-09-09Factor out transform_region helperMichel Dänzer
2016-09-09Only copy from screen pixmap to shared pixmap on demand for slave scanoutMichel Dänzer
2016-09-09Track damage accurately for RandR 1.4 slave scanoutMichel Dänzer
2016-09-09Handle RandR 1.4 slave dirty updates via amdgpu_drm_queueMichel Dänzer
2016-09-09Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-09-09Keep track of damage event related flushes per-clientMichel Dänzer
2016-09-09Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer
2016-09-07Add explicit AMDGPU_DRM_QUEUE_ERROR defineMichel Dänzer
2016-08-30Only list each unique chipset family once in the log fileMichel Dänzer
2016-08-30Add missing Kaveri PCI ID (1318)Michel Dänzer
2016-08-29Add Mullins PCI IDsMichel Dänzer
2016-08-23DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu
2016-08-23Remove unused lut_r/g/b arrays from drmmode_crtc_private_recMichel Dänzer
2016-08-22Fix cursor size for SIMarek Olšák
2016-08-22Add SI PCI IDsRonie Salgado
2016-07-22DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_mscMichel Dänzer
2016-07-20Fix amdgpu_mode_hotplug crash on multi GPU platform.Qiang Yu
2016-07-19Use NotifyFd for drm fdKeith Packard
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson
2016-07-12Only use RandR APIs if RandR is enabledMichel Dänzer
2016-06-28Clear damage in amdgpu_scanout_update if it doesn't intersect the CRTCMichel Dänzer
2016-06-28Remove w/h parameters from amdgpu_scanout_extents_intersectMichel Dänzer
2016-06-24Make the dedicated scanout mechanism work with arbitrary transforms v2Michel Dänzer
2016-06-24Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer
2016-06-23Remove drmmode_load_paletteMichel Dänzer
2016-06-23present: Separate checks for flips vs unflips v2Michel Dänzer
2016-06-23dri2: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-06-23present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-06-23Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-06-23Simplify drmmode_set_mode_major error handlingMichel Dänzer