summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2020-09-17drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+1
2020-09-17drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie1-4/+18
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie2-3/+3
2020-09-15drm/ttm: remove available_cachingChristian König3-12/+4
2020-09-15drm/ttm: remove default cachingChristian König3-4/+2
2020-09-11drm/ttm: nuke memory type flagsChristian König3-23/+43
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König1-2/+3
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie1-7/+3
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+2
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie2-8/+12
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann8-38/+21
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König2-4/+4
2020-08-11drm/vmwgfx/ttm: fix the non-THP cleanup path.Dave Airlie1-1/+1
2020-08-11drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx: fix spelling mistake "Cound" -> "Could"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx/ldu: Use drm_mode_config_resetRoland Scheidegger1-6/+2
2020-08-11drm/vmwgfx/sou: Use drm_mode_config_resetRoland Scheidegger1-7/+2
2020-08-11drm/vmwgfx/stdu: Use drm_mode_config_resetDaniel Vetter1-7/+2
2020-08-11drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-08-11drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter1-3/+2
2020-08-11drm/vmwgfx: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie6-14/+14
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie3-36/+36
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-7/+7
2020-08-06drm/ttm: drop type manager has_typeDave Airlie2-2/+2
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie2-2/+2
2020-08-06drm/vmwgfx/gmrid: convert to driver controlled allocation.Dave Airlie1-14/+18
2020-08-06drm/vmwgfx/ttm: move thp to driver managedDave Airlie1-11/+21
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie1-9/+4
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie3-13/+18
2020-08-06drm/vmwgfx: fix gmrid takedown paths to new interfaceDave Airlie3-8/+13
2020-08-06drm/vmwgfx: takedown vram managerDave Airlie3-11/+27
2020-08-06drm/vmwgfx/ttm: switch gmrid allocator to new init paths.Dave Airlie3-21/+19
2020-08-06drm/vmwgfx/ttm: convert vram mm init to new code pathsDave Airlie3-13/+28
2020-08-06drm/vmwgfx/gmrid: don't provide pointless ttm debug callbackDave Airlie1-7/+0
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie2-42/+6
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie3-57/+39
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König2-28/+20
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-1/+2
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König1-1/+0
2020-07-29drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie1-1/+1
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-3/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-4/+4
2020-07-21drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König1-7/+2
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-1/+1
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-11/+0
2020-07-14drm/vmwgfx: fix update of display surface when resolution changesRoland Scheidegger1-4/+4