summaryrefslogtreecommitdiff
path: root/vmwgfx_fence.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05drm/vmwgfx: Remove set but not used variable 'file_priv'HEADmasterYueHaibing1-2/+0
2018-09-18vmwgfx: Make the object handles idr-generatedThomas Hellstrom1-3/+4
2018-06-19vmwgfx: Don't time out on fence waitsThomas Hellstrom1-2/+23
2018-06-19vmwgfx: Reorganize the fence wait loopThomas Hellstrom1-6/+22
2017-12-13vmwgfx: use monotonic event timestampsSinclair Yeh1-4/+5
2017-08-30vmwgfx: constify vmw_fence_opsArvind Yadav1-1/+1
2017-06-14vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-1/+1
2017-06-14vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh1-0/+45
2017-05-18vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-28/+18
2017-03-27ttm, vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-4/+2
2017-03-16vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2017-02-23vmwgfx: Rename struct fence to struct dma_fenceThomas Hellstrom1-22/+22
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-228/+199
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-5/+5
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-10/+10
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-10/+10
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2014-12-01vmwgfx: Fix fence event codeThomas Hellstrom1-12/+7
2014-12-01vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2014-11-14ttm: ttm object security fixes for render nodesThomas Hellstrom1-1/+2
2012-11-30ttm,vmwgfx: Use RCU locking for object lookupsThomas Hellstrom1-1/+1
2012-01-30vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom1-2/+58
2011-10-28vmwgfx: Rework fence event actionJakob Bornecrantz1-118/+93
2011-10-19vmwgfx: memory leaks caused by double allocationDan Carpenter1-2/+1
2011-10-19vmwgfx: Add fence eventsThomas Hellstrom1-17/+516
2011-09-27vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom1-1/+8
2011-09-27vmwgfx: Approximate 64-bit divide to avoid an unresolved symbol on 32-bit.Thomas Hellstrom1-1/+9
2011-09-27vmwgfx: Implement fence objectsThomas Hellstrom1-0/+611
2011-09-27vmwgfx: Fix confusion caused by using "fence" in various places.Thomas Hellstrom1-173/+0
2010-09-22vmwgfx: Pull down upstream vmwgfx codeThomas Hellstrom1-22/+2
2010-04-02vmwgfx: Make older kernels compile again.Thomas Hellstrom1-2/+22
2010-02-27vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-0/+173