summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
AgeCommit message (Expand)Author
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König
2021-08-23drm/vmwgfx: unbind in vmw_ttm_unpopulateChristian König
2021-06-12drm/vmwgfx: inline access to the pages from the piterZack Rusin
2021-06-12drm/vmwgfx: remove code that was using physical page addressesZack Rusin
2021-06-09drm/vmwgfx: use ttm_bo_move_null() when there is nothing to moveNirmoy Das
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-26drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian 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_ttm_buffer: Supply some missing parameter descriptionsLee Jones
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin
2020-11-30drm/vmwgfx: switch to ttm_sg_tt_initChristian König
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-29drm/vmwgfx: switch to new allocatorChristian König
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie
2020-10-21drm/ttm: drop move notify around move.Dave Airlie
2020-10-21drm/ttm: drop unbind callback.Dave Airlie
2020-10-21drm/ttm: add move to system into driversDave Airlie
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-10-07drm/vmwgfx: add a move callback.Dave Airlie
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb
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-24drm/vmwgfx: remove unused placement combinationChristian König
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-10drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski
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