summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
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
2014-03-17Add radeon_get_drm_master_fd helper functionHans de Goede
2014-03-17radeon_open_drm_master get rid of unnecessary gotoHans de Goede
2014-03-11radeon: enable tiling by default on CIKAlex Deucher
2014-02-20return immediately in preinit when called with PROBE_DETECTMaarten Lankhorst
2013-12-24radeon: Set first parameter of drmOpen() to NULLRobert Millan
2013-11-13radeon: add support for HawaiiAlex Deucher
2013-11-04radeon: enable tiling on SI by default (v2)Alex Deucher
2013-09-30radeon: use glamor Xv support if present.Dave Airlie
2013-09-30Revert "radeon: add glamor Xv support (v2)"Alex Deucher
2013-09-27radeon: add glamor Xv support (v2)Alex Deucher
2013-09-27radeon: fix limit handling for cards with >4G of ramAlex Deucher
2013-08-22Fix shadowfb on big-endian machinesMark Kettenis
2013-08-05radeon: add support for reverse prime (v2)Dave Airlie
2013-06-28radeon: update cursor handling for CIKAlex Deucher
2013-06-03radeon: use direct mapping for fast fb access.Samuel Li