summaryrefslogtreecommitdiff
path: root/src/amdgpu_drv.h
AgeCommit message (Expand)Author
2017-08-30Create amdgpu_master_screen helperMichel Dänzer
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-04-17Don't set modes before AMDGPUWindowExposures_oneshot is calledMichel Dänzer
2017-03-09Skip some initialization steps for GPU screensMichel Dänzer
2017-03-07Use local implementation of RegionDuplicate for older xserverMichel Dänzer
2017-03-07Call drmmode_set_desired_modes from a WindowExposures hookMichel Dänzer
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer
2016-11-30Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-28Add amdgpu_is_gpu_screen helperMichel Dänzer
2016-11-21Remove amdpciids.hMichel Dänzer
2016-11-21Use family information from libdrm_amdgpu / kernelMichel Dänzer
2016-11-02Require xserver 1.10 or newerMichel Dänzer
2016-09-09Keep track of damage event related flushes per-clientMichel Dänzer
2016-09-09Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2015-11-19glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer
2015-11-19Rename Option "NoAccel" to "Accel"Michel Dänzer
2015-10-06cleanup the entity recTom St Denis
2015-10-05add support for DP 1.2 display hotplugTom St Denis
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner
2015-08-07On screen resize, clear the new buffer before displaying itMichel Dänzer
2015-08-07Make drmmode_copy_fb() work with glamorMichel Dänzer
2015-08-07Update scanout pixmap contents before setting a mode with itMichel Dänzer
2015-08-07Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-06-15Add Option "TearFree"Michel Dänzer
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer
2015-06-15glamor: Add wrappers for the X server rendering hooksMichel Dänzer
2015-06-08Add DRI3 supportMichel Dänzer
2015-06-08Add support for the Present extensionMichel Dänzer
2015-06-08Add support for SYNC extension fencesMichel Dänzer
2015-04-24Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's neededMichel Dänzer
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher