summaryrefslogtreecommitdiff
path: root/src/amdgpu_kms.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-12Enable DRI3 by default when building for Xorg >= 1.18.3Michel Dänzer1-0/+4
2016-04-11Remove RR_Capability_SinkOutput for GPU without CRTC.Qiang Yu1-4/+7
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer1-18/+18
2016-03-25Fix build against older versions of xserverMichel Dänzer1-7/+15
2016-03-25DRI3 only works with accelerationMichel Dänzer1-6/+9
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer1-2/+6
2016-03-24Call AMDGPUBlockHandler_KMS before setting initial modesMichel Dänzer1-2/+2
2016-03-23Make Option "TearFree" effective for rotated/reflected outputs as wellMichel Dänzer1-29/+90
2016-03-23Deal with modesets and page flips crossing on a CRTCMichel Dänzer1-0/+2
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer1-10/+11
2016-03-23Remove amdgpu_scanout_flip_handlerMichel Dänzer1-8/+1
2016-02-16Load fb module before glamoregl/shadow modulesMichel Dänzer1-4/+4
2016-02-15Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer1-12/+10
2016-01-29Only map front buffer if glamor acceleration is disabled (v2)Michel Dänzer1-1/+2
2016-01-19Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer1-0/+15
2015-11-19glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer1-0/+1
2015-11-19Skip disabled CRTCs in amdgpu_scanout_(do_)updateMichel Dänzer1-2/+4
2015-11-19PRIME: Don't advertise offload capabilities when acceleration is disabledMichel Dänzer1-8/+12
2015-11-19Rename Option "NoAccel" to "Accel"Michel Dänzer1-2/+2
2015-11-19Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson1-1/+7
2015-11-04Call AMDGPUFreeRec from AMDGPUFreeScreen_KMS even if info == NULLMichel Dänzer1-5/+0
2015-11-02Don't use AMDGPUEntPriv in AMDGPUFreeRecMichel Dänzer1-1/+5
2015-10-30Remove amdgpu_reference_drm_fdMichel Dänzer1-9/+0
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer1-17/+18
2015-10-06cleanup the entity recTom St Denis1-5/+0
2015-10-05add support for DP 1.2 display hotplugTom St Denis1-0/+5
2015-10-05stop caching mode resourcesTom St Denis1-1/+1
2015-10-05Silence type mismatch warning.Tom St Denis1-1/+1
2015-10-05Add support for server managed fdsTom St Denis1-14/+45
2015-10-05Cleaning up for server-fd supportTom St Denis1-2/+1
2015-08-11Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer1-8/+3
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner1-3/+11
2015-08-07Make drmmode_copy_fb() work with glamorMichel Dänzer1-2/+5
2015-08-07Update scanout pixmap contents before setting a mode with itMichel Dänzer1-1/+1
2015-08-07Defer initial modeset until the first BlockHandler invocationMichel Dänzer1-3/+14
2015-08-07Defer initial drmmode_copy_fb call until root window creationMichel Dänzer1-0/+40
2015-07-15Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner1-0/+4
2015-07-14Adopt for new X server dirty tracking APIs.Dave Airlie1-0/+4
2015-06-15Add Option "TearFree"Michel Dänzer1-33/+105
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer1-4/+163
2015-06-15Set AMDGPU_BO_FLAGS_GBM for cursor buffers allocated from GBMMichel Dänzer1-0/+1
2015-06-08Add DRI3 supportMichel Dänzer1-2/+18
2015-06-08Add support for the Present extensionMichel Dänzer1-1/+2
2015-06-08Add support for SYNC extension fencesMichel Dänzer1-0/+4
2015-06-08Add DRM event queue helpersMichel Dänzer1-0/+4
2015-05-29Check GBM_BO_USE_LINEAR correctly v2Jammy Zhou1-1/+1
2015-05-07ddx: remove AMDGPUIsAccelWorkingMarek Olšák1-14/+1
2015-05-07ddx: enable acceleration by default on HawaiiMarek Olšák1-2/+1
2015-04-24Fix build when gbm.h doesn't define GBM_BO_USE_LINEARMichel Dänzer1-1/+3
2015-04-24Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's neededMichel Dänzer1-0/+1