aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-02drm/vmwgfx: remove vmw_wait_dma_fenceChristian König1-3/+0
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-2/+0
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-1/+4
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2017-08-28drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh1-0/+4
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-4/+4
2016-02-08drm/vmwgfx: Nuke preclose hookDaniel Vetter1-2/+0
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-9/+20
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst1-6/+2
2012-02-13vmwgfx: Move function declaration to correct headerThomas Hellstrom1-2/+6
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom1-0/+3
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-2/+10
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-0/+105