Home
last modified time | relevance | path

Searched refs:vmw_vram_gmr_placement (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c148 ret = ttm_bo_mem_compat(&vmw_vram_gmr_placement, bo->resource, in vmw_bo_pin_in_vram_or_gmr()
153 ret = ttm_bo_validate(bo, &vmw_vram_gmr_placement, &ctx); in vmw_bo_pin_in_vram_or_gmr()
Dvmwgfx_validation.c557 ret = ttm_bo_validate(bo, &vmw_vram_gmr_placement, &ctx); in vmw_validation_bo_validate_single()
Dvmwgfx_ttm_buffer.c95 struct ttm_placement vmw_vram_gmr_placement = { variable
Dvmwgfx_drv.h1040 extern struct ttm_placement vmw_vram_gmr_placement;
Dvmwgfx_kms.c1101 placement = &vmw_vram_gmr_placement; in vmw_framebuffer_pin()