summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+5
2017-11-01drm/vmwgfx: constify vmw_fence_opsArvind Yadav1-1/+1
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-1/+1
2017-08-28drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh1-0/+45
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-33/+24
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-5/+5
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-4/+2
2017-03-30drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-22/+22
2016-06-02dma-buf/fence: make fence context 64 bit v2Christian König1-1/+1
2016-02-08drm/vmwgfx: Nuke preclose hookDaniel Vetter1-52/+0
2016-01-28drm/vmwgfx: fix a NULL dereferenceDan Carpenter1-1/+1
2016-01-25drm: Create drm_send_event helpersDaniel Vetter1-2/+1
2016-01-25drm/vmwgfx: Use the new event init/free functionsDaniel Vetter1-24/+8
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-12/+12
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-4/+4
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-16/+2
2014-12-03drm/vmwgfx: Fix fence event codeThomas Hellstrom1-11/+6
2014-12-03drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-20/+2
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-125/+191
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst1-30/+20
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_fence.cRashika Kheria1-3/+3
2014-01-08drm/ttm: ttm object security fixes for render nodesThomas Hellstrom1-1/+2
2012-11-28drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-26vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter1-1/+1
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom1-2/+58
2012-02-13vmwgfx: Rework fence event actionJakob Bornecrantz1-118/+92
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter1-2/+1
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-17/+516
2011-10-05vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom1-1/+8
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-0/+619
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-173/+0
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-0/+173