aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin1-7/+21
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2022-02-02drm/vmwgfx: remove vmw_wait_dma_fenceChristian König1-46/+0
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause1-1/+1
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-7/+6
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-30/+0
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-14/+4
2021-01-19drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/headersLee Jones1-8/+10
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-14/+10
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-2/+2
2020-05-16drm/vmwgfx: Return true in function vmw_fence_obj_signaled()Jason Yan1-1/+1
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+3
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-0/+3
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg1-1/+2
2018-12-05drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing1-3/+0
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom1-3/+4
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-12/+26
2018-07-03drm/vmwgfx: Reorganize the fence wait loopThomas Hellstrom1-12/+26
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-03-22drm/vmwgfx: use monotonic event timestampsArnd Bergmann1-4/+5
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