index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_ttm_buffer.c
Age
Commit message (
Expand
)
Author
2020-08-06
drm/vmwgfx: drop bo map/unmap dma functions.
Dave Airlie
2020-08-06
drm/vmwgfx: consolidate ttm object creation and populate
Dave Airlie
2020-07-31
drm/ttm: remove the init_mem_type callback
Christian König
2020-07-31
drm/vmwgfx: stop implementing init_mem_type v2
Christian König
2020-07-31
drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2
Christian König
2020-07-31
drm/ttm: initialize the system domain with defaults v2
Christian König
2020-07-21
drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLE
Christian König
2020-07-21
drm/ttm: remove TTM_MEMTYPE_FLAG_CMA
Christian König
2020-07-21
drm: remove optional dummy function from drivers using TTM
Christian König
2020-06-26
drm/vmwgfx: don't use ttm bo->offset
Nirmoy Das
2020-03-24
drm/vmwgfx: Hook up the helpers to align buffer objects
Thomas Hellstrom (VMware)
2020-01-16
drm/ttm: nuke invalidate_caches callback
Christian König
2019-06-11
drm/vmwgfx: Honor the sg list segment size limitation
Thomas Hellstrom
2019-05-21
drm/vmwgfx: Use the dma scatter-gather iterator to get dma addresses
Thomas Hellstrom
2019-02-11
lib/scatterlist: Provide a DMA page iterator
Jason Gunthorpe
2018-07-10
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
2018-07-03
drm/vmwgfx: Move buffer object related code to vmwgfx_bo.c
Thomas Hellstrom
2018-07-03
drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
Thomas Hellstrom