summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-10Use pRADEONEnt to find both screens of a GPU in radeon_mode_hotplugMichel Dänzer
2016-11-10Refactor radeon_mode_hotplugMichel Dänzer
2016-11-09Reindent code in radeon_dri2_create_buffer2Michel Dänzer
2016-11-01Check Xorg version at runtime instead of build time in two placesMichel Dänzer
2016-10-27Require xserver 1.10 or newerMichel Dänzer
2016-10-26Consume all available udev events at onceMichel Dänzer
2016-10-26PRIME: Fix swapping of provider sink / source capabilitiesHans de Goede
2016-10-26Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-25Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-19Remove PCI IDs and bus type from ati_pciids.csvMichel Dänzer
2016-10-19Order unique chipsets according to first appearance in ati_pciids.csvMichel Dänzer
2016-10-19Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer
2016-10-13Restore location of radeon_set_pixmap_bo call in drmmode_create_bo_pixmapMichel Dänzer
2016-10-06Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer
2016-09-21Only list each unique chipset family once in the log fileMichel Dänzer
2016-09-21Clear damage in radeon_scanout_update if it doesn't intersect the CRTCMichel Dänzer
2016-09-21Remove w/h parameters from radeon_scanout_extents_intersectMichel Dänzer
2016-09-21Make the dedicated scanout mechanism work with arbitrary transformsMichel Dänzer
2016-09-21Remove drmmode_load_paletteMichel Dänzer
2016-09-21present: Separate checks for flips vs unflipsMichel Dänzer
2016-09-21dri2: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-09-21Simplify drmmode_set_mode_major error handlingMichel Dänzer
2016-09-21Only add main fb if necessaryHans de Goede
2016-09-21Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede
2016-09-21Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULLMichel Dänzer
2016-09-21glamor: Fix leak of pixmap private when replacing BOMichel Dänzer
2016-09-21Propagate failure from radeon_set_pixmap_boMichel Dänzer
2016-09-21Add support for ScreenPtr::SyncSharedPixmapMichel Dänzer
2016-09-21Only define transform_region function for XF86_CRTC_VERSION >= 4Michel Dänzer
2016-09-20Use local implementation of RegionDuplicate for older xserverMichel Dänzer
2016-09-15DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu
2016-09-15DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_mscMichel Dänzer
2016-09-15Fix radeon_mode_hotplug crash on multi GPU platform.Qiang Yu
2016-09-14Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer
2016-09-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer
2016-09-14Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_boMichel Dänzer
2016-09-14Consolidate get_drawable_pixmap helperMichel Dänzer
2016-09-12glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer
2016-09-06Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-06Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-09-06Move up radeon_scanout_extents_intersectMichel Dänzer
2016-09-02Factor out transform_region helperMichel Dänzer
2016-08-30Only copy from screen pixmap to shared pixmap on demand for slave scanoutMichel Dänzer
2016-08-26Fix build against xserver < 1.13Michel Dänzer
2016-08-26Also handle disabled CRTCs in drmmode_clear_pending_flipMichel Dänzer
2016-08-26Don't override crtc parameter value in drmmode_flip_handler/abortMichel Dänzer
2016-08-25Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer
2016-08-23Track damage accurately for RandR 1.4 slave scanoutMichel Dänzer