summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
Commit message (Expand)AuthorAgeFilesLines
* 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