summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-11-061-2/+3
* drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-061-1/+4
* drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König2019-10-251-5/+12
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-4/+4
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-4/+4
* | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-151-0/+2
* | drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-151-1/+0
|/
* drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-4/+4
* drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-061-2/+2
* dma-buf: add more reservation object locking wrappersChristian König2019-08-051-1/+1
* drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-6/+2
* drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2019-01-281-2/+3
* drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom2018-09-281-0/+41
* drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom2018-09-271-3/+4
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-271-1/+1
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-0/+1
* drm/vmwgfx: Optimize the buffer object swap_notify callback somewhat.Thomas Hellstrom2018-07-031-4/+6
* drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-36/+780
* drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-0/+376