summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-11-061-4/+99
* drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-11-061-9/+24
* drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-061-0/+57
* drm/ttm: always keep BOs on the LRUChristian König2019-10-251-2/+1
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-3/+3
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-3/+3
* | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-151-13/+42
* | drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-151-3/+2
|/
* drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-3/+3
* dma-buf: add more reservation object locking wrappersChristian König2019-08-051-3/+3
* drm/ttm: Make LRU removal optional v2Christian König2019-05-311-1/+2
* drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-081-5/+2
* drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom2019-04-081-11/+10
* drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-2/+4
* drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2019-01-281-1/+2
* drm/ttm: allow reserving more than one shared slot v3Christian König2018-12-071-5/+5
* drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom2018-09-281-0/+35
* drm/vmwgfx: Remove the user resource destructor checkThomas Hellstrom2018-09-271-3/+0
* drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-271-52/+23
* drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom2018-09-271-5/+8
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-646/+59
|\
| * drm/vmwgfx: Use blocking buffer object reserves when evicting resourcesThomas Hellstrom2018-07-031-10/+19
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-619/+21
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-139/+141
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom2018-03-221-0/+23
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-2/+2
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-2/+4
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-2/+2
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-2/+2
|\
| * drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-2/+2
* | drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom2017-03-311-254/+0
* | gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-2/+2
|/
* drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom2017-01-261-2/+2
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-1/+1
* drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-121-4/+2
* drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-2/+2
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-4/+3
* drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-141-8/+21
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-121-3/+98
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-14/+34
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-10/+7
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-8/+10
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-16/+20
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-1/+1
* drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2015-08-051-1/+90
* drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom2015-08-051-6/+6
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-031-1/+1