summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
AgeCommit message (Expand)Author
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie
2020-07-21drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2019-06-11drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom
2019-05-21drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
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