aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-3/+2
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-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-33/+40
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+1
2020-09-30drm/vmwgfx: Fix error handling in get_nodeZack Rusin1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-1/+0
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-2/+2
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/gmrid: convert to driver controlled allocation.Dave Airlie1-14/+18
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie1-2/+2
2020-08-06drm/vmwgfx: fix gmrid takedown paths to new interfaceDave Airlie1-3/+8
2020-08-06drm/vmwgfx/ttm: switch gmrid allocator to new init paths.Dave Airlie1-7/+14
2020-08-06drm/vmwgfx/gmrid: don't provide pointless ttm debug callbackDave Airlie1-7/+0
2020-06-29drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König1-3/+1
2019-03-20drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID'sDeepak Rawat1-1/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-29/+12
2018-08-21drm/vmwgfx: Convert to new IDA APIMatthew Wilcox1-29/+12
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-2/+2
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+1
2016-12-18drm/vmwgfx: use designated initializersKees Cook1-5/+5
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-2/+1
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-0/+1
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom1-2/+13
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2011-09-01vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom1-11/+35
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-0/+137