Searched refs:VMW_PL_MOB (Results 1 – 14 of 14) sorted by relevance
145 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()
191 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()
298 case VMW_PL_MOB: in vmw_ttm_bind()333 case VMW_PL_MOB: in vmw_ttm_unbind()446 case VMW_PL_MOB: in vmw_ttm_io_mem_reserve()
145 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()
255 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()
351 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()
737 if (mem->mem_type != VMW_PL_MOB && bo->resource->mem_type == VMW_PL_MOB) in vmw_bo_move_notify()762 pl[n].mem_type = VMW_PL_MOB; in set_placement_list()
558 man = ttm_manager_type(&dev_priv->bdev, VMW_PL_MOB); in vmw_request_device()594 man = ttm_manager_type(&dev_priv->bdev, VMW_PL_MOB); in vmw_release_device_early()1097 if (vmw_gmrid_man_init(dev_priv, VMW_PL_MOB) != 0) { in vmw_driver_load()1156 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_load()1205 vmw_gmrid_man_fini(dev_priv, VMW_PL_MOB); in vmw_driver_unload()1450 ttm_resource_manager_create_debugfs(ttm_manager_type(&vmw->bdev, VMW_PL_MOB), in vmw_debugfs_resource_managers_init()
269 case VMW_PL_MOB: in vmw_bo_print_info()
631 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_cmd_emit_dummy_gb_query()
851 old_mem->mem_type == VMW_PL_MOB) { in vmw_query_move_notify()
94 #define VMW_PL_MOB (TTM_PL_PRIV + 1) macro
1302 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_surface_bind()1356 BUG_ON(bo->resource->mem_type != VMW_PL_MOB); in vmw_gb_surface_unbind()
3777 case VMW_PL_MOB: in vmw_apply_relocations()
Completed in 48 milliseconds