summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
AgeCommit message (Expand)Author
2021-12-17drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin
2021-12-01drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernelZack Rusin
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König
2021-08-09drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin
2021-04-23drm/ttm: remove special handling for non GEM driversChristian König
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2021-01-21drm/ttm: device naming cleanupChristian König
2021-01-19drm/vmwgfx/vmwgfx_bo: Remove superfluous param description and supply anotherLee Jones
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-08-05dma-buf: add more reservation object locking wrappersChristian König
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2018-07-03drm/vmwgfx: Optimize the buffer object swap_notify callback somewhat.Thomas Hellstrom
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom