aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2021-12-09drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin1-12/+0
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-13/+2
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-50/+0
2021-12-01drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin1-32/+26
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-9/+5
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+5
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb1-9/+5
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-1/+0
2021-08-23drm/vmwgfx: unbind in vmw_ttm_unpopulateChristian König1-6/+3
2021-06-12drm/vmwgfx: inline access to the pages from the piterZack Rusin1-16/+0
2021-06-12drm/vmwgfx: remove code that was using physical page addressesZack Rusin1-19/+0
2021-06-09drm/vmwgfx: use ttm_bo_move_null() when there is nothing to moveNirmoy Das1-1/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-5/+5
2021-05-26drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann1-9/+0
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