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