summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableHEADmasterMichel Dänzer1-2/+19
2016-08-01Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer1-15/+64
2016-07-22Don't enable DRI3 by default with EXAMichel Dänzer1-1/+1
2016-07-22Add explicit RADEON_DRM_QUEUE_ERROR defineMichel Dänzer1-2/+2
2016-06-24Only use RandR APIs if RandR is enabledMichel Dänzer1-9/+12
2016-05-11Enable DRI3 by default when building for Xorg >= 1.18.3Michel Dänzer1-0/+4
2016-04-11Remove RR_Capability_SinkOutput for GPU without CRTCQiang Yu1-4/+7
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer1-18/+18
2016-03-24Call RADEONBlockHandler_KMS before setting initial modesMichel Dänzer1-2/+2
2016-03-24Fix build against older versions of xserverMichel Dänzer1-7/+15
2016-03-24DRI3 only works with accelerationMichel Dänzer1-6/+9
2016-03-23TearFree can only work with accelerationMichel Dänzer1-4/+6
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer1-2/+5
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer1-30/+93
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer1-0/+2
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer1-10/+11
2016-02-27Remove radeon_scanout_flip_handlerMichel Dänzer1-8/+1
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer1-1/+2
2016-01-14Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer1-0/+15
2015-12-01Load fb module before glamoregl/shadow modulesMichel Dänzer1-3/+4
2015-11-20Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer1-10/+9
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer1-0/+2
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner1-2/+10
2015-08-06Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer1-8/+3
2015-07-28radeon: cleanup the entity recDave Airlie1-5/+0
2015-07-10radeon: adopt for new X server dirty tracking APIs.Dave Airlie1-0/+4
2015-06-25Skip disabled CRTCs in radeon_scanout_(do_)updateMichel Dänzer1-2/+4
2015-06-22Don't set TILE_SPLIT flags if surface.tile_split == 0.Mario Kleiner1-1/+3
2015-06-11Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)Mario Kleiner1-0/+4
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer1-2/+5
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer1-1/+1
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer1-3/+14
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer1-0/+40
2015-04-17Add Option "TearFree" v4Michel Dänzer1-36/+106
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer1-4/+175
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer1-0/+1
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer1-8/+4
2015-03-18Initialize boolean variable before calling xf86GetOptValBoolMichel Dänzer1-0/+1
2015-03-17Add DRI3 support v2Michel Dänzer1-1/+20
2015-03-17Add support for the Present extension v2Michel Dänzer1-1/+2
2015-03-17Add support for SYNC extension fences v2Michel Dänzer1-0/+4
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer1-7/+11
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer1-0/+1
2015-03-17Add DRM event queue helpers v2Michel Dänzer1-0/+4
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie1-0/+5
2014-11-11radeon: stop caching mode resourcesDave Airlie1-1/+1
2014-10-23PRIME: Don't advertise offload capabilities when acceleration is disabledMichel Dänzer1-4/+10
2014-10-15Remove duplicate OPTION_PAGE_FLIP entryMichel Dänzer1-1/+0
2014-09-11radeon: fix build warnings regarding const qualifierThomas DeRensis1-1/+1
2014-08-12radeon: fix warnings when building against older xserversAlex Deucher1-1/+5