aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-3/+6
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König1-19/+8
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-1/+27
2021-01-21drm/ttm: device naming cleanupChristian König1-7/+7
2021-01-19drm/vmwgfx/vmwgfx_ttm_buffer: Supply some missing parameter descriptionsLee Jones1-0/+2
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-3/+3
2020-11-30drm/vmwgfx: switch to ttm_sg_tt_initChristian König1-2/+2
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-19/+13
2020-10-29drm/vmwgfx: switch to new allocatorChristian König1-33/+3
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-13/+13
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-2/+12
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-1/+4
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-1/+6
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+9
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-15/+15
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-2/+4
2020-10-07drm/vmwgfx: add a move callback.Dave Airlie1-1/+19
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie1-0/+2
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb1-6/+9
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-42/+0
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König1-5/+3
2020-09-24drm/vmwgfx: remove unused placement combinationChristian König1-30/+0
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-41/+78
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie1-4/+18
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie1-13/+4
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-1/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König1-21/+42
2020-09-10drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski1-13/+4
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie1-7/+3
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+2
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-6/+10
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+1
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-4/+4
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie1-40/+6
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie1-0/+32
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König1-28/+0
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-1/+2
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König1-1/+0
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-3/+1
2020-07-21drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König1-7/+2
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-1/+1