summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-0/+3
|\
| * dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-171-0/+3
* | drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-151-1/+2
|/
* drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing2018-12-051-3/+0
* drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom2018-09-271-3/+4
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-12/+26
|\
| * drm/vmwgfx: Reorganize the fence wait loopThomas Hellstrom2018-07-031-12/+26
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/vmwgfx: use monotonic event timestampsArnd Bergmann2018-03-221-4/+5
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+5
* drm/vmwgfx: constify vmw_fence_opsArvind Yadav2017-11-011-1/+1
* drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-281-1/+1
* drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh2017-08-281-0/+45
* drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom2017-08-281-33/+24
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-5/+5
* drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-4/+2
* drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-22/+22
* dma-buf/fence: make fence context 64 bit v2Christian König2016-06-021-1/+1
* drm/vmwgfx: Nuke preclose hookDaniel Vetter2016-02-081-52/+0
* drm/vmwgfx: fix a NULL dereferenceDan Carpenter2016-01-281-1/+1
* drm: Create drm_send_event helpersDaniel Vetter2016-01-251-2/+1
* drm/vmwgfx: Use the new event init/free functionsDaniel Vetter2016-01-251-24/+8
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-12/+12
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-4/+4
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-16/+2
* drm/vmwgfx: Fix fence event codeThomas Hellstrom2014-12-031-11/+6
* drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom2014-12-031-20/+2
* drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-125/+191
* drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-021-30/+20
* drivers: gpu: Mark functions as static in vmwgfx_fence.cRashika Kheria2014-01-081-3/+3
* drm/ttm: ttm object security fixes for render nodesThomas Hellstrom2014-01-081-1/+2
* drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom2012-11-281-1/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter2012-09-261-1/+1
* vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom2012-02-131-2/+58
* vmwgfx: Rework fence event actionJakob Bornecrantz2012-02-131-118/+92
* vmwgfx: memory leaks caused by double allocationDan Carpenter2011-10-181-2/+1
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-17/+516
* vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom2011-10-051-1/+8
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-0/+619
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-061-173/+0
* drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-011-0/+173
OpenPOWER on IntegriCloud