aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_thp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-14/+13
2021-06-04drm/vmwgfx: switch the TTM backends to self allocChristian König1-17/+20
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-7/+8
2021-01-19drm/vmwgfx/vmwgfx_thp: Add description for 'vmw_thp_manager's member 'manager'Lee Jones1-0/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+5
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-28/+43
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+1
2020-10-02drm/vmwgfx: fix regression in thp code due to ttm init refactor.Dave Airlie1-1/+4
2020-09-30drm/vmwgfx: Fix error handling in get_nodeZack Rusin1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-7/+3
2020-09-15drm/ttm: remove default cachingChristian König1-1/+0
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-2/+2
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-3/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-13/+13
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-1/+1
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie1-1/+1
2020-08-06drm/vmwgfx/ttm: move thp to driver managedDave Airlie1-11/+21
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie1-2/+2
2020-08-06drm/vmwgfx: takedown vram managerDave Airlie1-10/+13
2020-08-06drm/vmwgfx/ttm: convert vram mm init to new code pathsDave Airlie1-4/+8
2020-03-24drm/vmwgfx: Introduce a huge page aligning TTM range managerThomas Hellstrom (VMware)1-0/+166