Home
last modified time | relevance | path

Searched refs:VMW_PL_MOB (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c564 case VMW_PL_MOB: in vmw_ttm_bind()
590 case VMW_PL_MOB: in vmw_ttm_unbind()
734 case VMW_PL_MOB: in vmw_init_mem_type()
782 case VMW_PL_MOB: in vmw_ttm_io_mem_reserve()
Dvmwgfx_gmrid_manager.c136 case VMW_PL_MOB: in vmw_gmrid_man_init()
Dvmwgfx_shader.c188 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_shader_bind()
219 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB); in vmw_gb_shader_unbind()
Dvmwgfx_drv.c810 if (ttm_bo_init_mm(&dev_priv->bdev, VMW_PL_MOB, in vmw_driver_load()
811 VMW_PL_MOB) != 0) { in vmw_driver_load()
844 (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); in vmw_driver_load()
894 (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); in vmw_driver_unload()
Dvmwgfx_context.c304 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_context_bind()
346 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_context_unbind()
Dvmwgfx_surface.c1095 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_surface_bind()
1146 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_gb_surface_unbind()
Dvmwgfx_fifo.c614 BUG_ON(bo->mem.mem_type != VMW_PL_MOB); in vmw_fifo_emit_dummy_gb_query()
Dvmwgfx_drv.h69 #define VMW_PL_MOB TTM_PL_PRIV1 macro
Dvmwgfx_resource.c1489 if (mem->mem_type != VMW_PL_MOB) { in vmw_resource_move_notify()
Dvmwgfx_execbuf.c2173 case VMW_PL_MOB: in vmw_apply_relocations()