summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: move null mem checks outside move notifiesDave Airlie2020-10-071-3/+0
* drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-241-24/+25
* drm/vmwgfx: stop using ttm_bo_create v2Christian König2020-09-241-0/+43
* drm/ttm: nuke memory type flagsChristian König2020-09-111-0/+1
* drm/vmwgfx: stop setting multiple domain flagsChristian König2020-09-111-2/+3
* drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-2/+2
* drm/vmwgfx: don't use ttm bo->offsetNirmoy Das2020-06-261-2/+2
* 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