summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
AgeCommit message (Expand)AuthorFilesLines
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-19drm/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-06lib/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...Dave Airlie1-41/+78
2020-09-17drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+1
2020-09-17drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-17drm/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 ...Dave 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-07drm/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
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-11/+0
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das1-2/+0
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)1-1/+1
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-6/+0
2019-06-11drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom1-5/+5
2019-05-21drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom1-20/+7
2019-02-12lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe1-1/+7
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-0/+887