summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer
2016-03-24Call RADEONBlockHandler_KMS before setting initial modesMichel Dänzer
2016-03-24Fix build against older versions of xserverMichel Dänzer
2016-03-24DRI3 only works with accelerationMichel Dänzer
2016-03-23TearFree can only work with accelerationMichel Dänzer
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-02-27Remove radeon_scanout_flip_handlerMichel Dänzer
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer
2016-01-14Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer
2015-12-01Load fb module before glamoregl/shadow modulesMichel Dänzer
2015-11-20Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner
2015-08-06Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer
2015-07-28radeon: cleanup the entity recDave Airlie
2015-07-10radeon: adopt for new X server dirty tracking APIs.Dave Airlie
2015-06-25Skip disabled CRTCs in radeon_scanout_(do_)updateMichel Dänzer
2015-06-22Don't set TILE_SPLIT flags if surface.tile_split == 0.Mario Kleiner
2015-06-11Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)Mario Kleiner
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer
2015-03-18Initialize boolean variable before calling xf86GetOptValBoolMichel Dänzer
2015-03-17Add DRI3 support v2Michel Dänzer
2015-03-17Add support for the Present extension v2Michel Dänzer
2015-03-17Add support for SYNC extension fences v2Michel Dänzer
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2015-03-17Add DRM event queue helpers v2Michel Dänzer
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie
2014-11-11radeon: stop caching mode resourcesDave Airlie
2014-10-23PRIME: Don't advertise offload capabilities when acceleration is disabledMichel Dänzer
2014-10-15Remove duplicate OPTION_PAGE_FLIP entryMichel Dänzer
2014-09-11radeon: fix build warnings regarding const qualifierThomas DeRensis
2014-08-12radeon: fix warnings when building against older xserversAlex Deucher
2014-08-12radeon: enable hawaii accel conditionally (v3)Alex Deucher
2014-08-12radeon: remove definitions already present in radeon_drm.hAndreas Boll
2014-06-04Rename Option "NoAccel" to "Accel"Michel Dänzer
2014-05-21kms: Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson
2014-05-02radeon: enable tiling for mullinsAlex Deucher
2014-04-11Fix building on older servers without xf86platformBus.hHans de Goede
2014-03-17Add support for server managed fdsHans de Goede