Home
last modified time | relevance | path

Searched refs:VMW_PL_MOB (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmrid_manager.c145 BUG_ON(gman->type != VMW_PL_GMR && gman->type != VMW_PL_MOB); in vmw_gmrid_man_debug()
148 (gman->type == VMW_PL_MOB) ? "Mob" : "GMR", in vmw_gmrid_man_debug()
178 case VMW_PL_MOB: in vmw_gmrid_man_init()
H A Dvmwgfx_bo.c741 if (mem->mem_type != VMW_PL_MOB && bo->resource->mem_type == VMW_PL_MOB) in vmw_bo_move_notify()
754 pl[n].mem_type = VMW_PL_MOB; in set_placement_list()
H A Dvmwgfx_cotable.c191 WARN_ON_ONCE(bo->resource->mem_type != VMW_PL_MOB); in vmw_cotable_unscrub()
199 WARN_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_cotable_unscrub()
333 WARN_ON_ONCE(bo->resource->mem_type != VMW_PL_MOB); in vmw_cotable_unbind()
H A Dvmwgfx_ttm_buffer.c324 case VMW_PL_MOB: in vmw_ttm_bind()
359 case VMW_PL_MOB: in vmw_ttm_unbind()
462 case VMW_PL_MOB: in vmw_ttm_io_mem_reserve()
H A Dvmwgfx_streamoutput.c145 if (WARN_ON(bo->resource->mem_type != VMW_PL_MOB)) in vmw_dx_streamoutput_bind()
200 if (WARN_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB)) in vmw_dx_streamoutput_unbind()
H A Dvmwgfx_drv.c556 man = ttm_manager_type(&dev_priv->bdev, VMW_PL_MOB); in vmw_request_device()
592 man = ttm_manager_type(&dev_priv->bdev, VMW_PL_MOB); in vmw_release_device_early()
1099 if (vmw_gmrid_man_init(dev_priv, VMW_PL_MOB) != 0) { in vmw_driver_load()
1158 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_load()
1206 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_unload()
1449 ttm_resource_manager_create_debugfs(ttm_manager_type(&vmw->bdev, VMW_PL_MOB), in vmw_debugfs_resource_managers_init()
H A Dvmwgfx_context.c351 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_context_bind()
390 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_context_unbind()
518 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_dx_context_bind()
599 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_dx_context_unbind()
H A Dvmwgfx_shader.c255 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_shader_bind()
283 BUG_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB); in vmw_gb_shader_unbind()
451 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_dx_shader_bind()
514 BUG_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB); in vmw_dx_shader_unbind()
H A Dvmwgfx_gem.c194 case VMW_PL_MOB: in vmw_bo_print_info()
H A Dvmwgfx_cmd.c630 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_cmd_emit_dummy_gb_query()
H A Dvmwgfx_resource.c842 old_mem->mem_type == VMW_PL_MOB) { in vmw_query_move_notify()
H A Dvmwgfx_surface.c1185 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_surface_bind()
1239 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_surface_unbind()
H A Dvmwgfx_drv.h93 #define VMW_PL_MOB (TTM_PL_PRIV + 1) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c78 .mem_type = VMW_PL_MOB,
85 .mem_type = VMW_PL_MOB,
201 .mem_type = VMW_PL_MOB,
220 .mem_type = VMW_PL_MOB,
583 case VMW_PL_MOB: in vmw_ttm_bind()
615 case VMW_PL_MOB: in vmw_ttm_unbind()
749 case VMW_PL_MOB: in vmw_ttm_io_mem_reserve()
H A Dvmwgfx_cotable.c175 WARN_ON_ONCE(bo->mem.mem_type != VMW_PL_MOB); in vmw_cotable_unscrub()
183 WARN_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_cotable_unscrub()
317 WARN_ON_ONCE(bo->mem.mem_type != VMW_PL_MOB); in vmw_cotable_unbind()
H A Dvmwgfx_streamoutput.c145 if (WARN_ON(bo->mem.mem_type != VMW_PL_MOB)) in vmw_dx_streamoutput_bind()
200 if (WARN_ON(res->backup->base.mem.mem_type != VMW_PL_MOB)) in vmw_dx_streamoutput_unbind()
H A Dvmwgfx_gmrid_manager.c127 case VMW_PL_MOB: in vmw_gmrid_man_init()
H A Dvmwgfx_context.c349 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_context_bind()
388 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_context_unbind()
516 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_dx_context_bind()
597 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_dx_context_unbind()
H A Dvmwgfx_shader.c257 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_shader_bind()
285 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB); in vmw_gb_shader_unbind()
453 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_dx_shader_bind()
516 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB); in vmw_dx_shader_unbind()
H A Dvmwgfx_drv.c471 (void) ttm_bo_evict_mm(&dev_priv->bdev, VMW_PL_MOB); in vmw_request_device()
504 ttm_bo_evict_mm(&dev_priv->bdev, VMW_PL_MOB); in vmw_release_device_early()
914 if (vmw_gmrid_man_init(dev_priv, VMW_PL_MOB) != 0) { in vmw_driver_load()
991 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_load()
1046 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_unload()
H A Dvmwgfx_bo.c1174 if (mem->mem_type != VMW_PL_MOB && bo->mem.mem_type == VMW_PL_MOB) in vmw_bo_move_notify()
H A Dvmwgfx_fifo.c656 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_fifo_emit_dummy_gb_query()
H A Dvmwgfx_resource.c876 if (mem->mem_type == TTM_PL_SYSTEM && bo->mem.mem_type == VMW_PL_MOB) { in vmw_query_move_notify()
H A Dvmwgfx_surface.c1218 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_surface_bind()
1272 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_surface_unbind()
H A Dvmwgfx_drv.h85 #define VMW_PL_MOB (TTM_PL_PRIV + 1) macro

Completed in 30 milliseconds

12