aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom1-2/+3
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-1/+4
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-5/+12
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom1-0/+2
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg1-1/+0
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-4/+4
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-4/+4
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-2/+2
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-1/+1
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-6/+2
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-2/+3
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom1-0/+41
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom1-3/+4
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-0/+1123
2018-07-03drm/vmwgfx: Optimize the buffer object swap_notify callback somewhat.Thomas Hellstrom1-4/+6
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-36/+780
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-0/+376