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