Home
last modified time | relevance | path

Searched refs:busy_placement (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c64 .busy_placement = &vram_placement_flags
106 .busy_placement = &gmr_placement_flags
113 .busy_placement = &sys_placement_flags
120 .busy_placement = &sys_placement_flags
127 .busy_placement = &vmw_sys_placement_flags
153 .busy_placement = gmr_vram_placement_flags
160 .busy_placement = &mob_placement_flags
167 .busy_placement = &sys_placement_flags
Dvmwgfx_bo.c201 placement.busy_placement = &place; in vmw_bo_pin_in_start_of_vram()
/Linux-v6.1/include/drm/ttm/
Dttm_placement.h98 const struct ttm_place *busy_placement; member
/Linux-v6.1/drivers/gpu/drm/qxl/
Dqxl_ttm.c63 placement->busy_placement = &placements; in qxl_evict_flags()
Dqxl_object.c69 qbo->placement.busy_placement = qbo->placements; in qxl_ttm_placement_from_domain()
/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_resource.c355 if ((placement->busy_placement != placement->placement || in ttm_resource_compat()
357 ttm_resource_places_compat(res, placement->busy_placement, in ttm_resource_compat()
Dttm_bo.c448 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer()
825 const struct ttm_place *place = &placement->busy_placement[i]; in ttm_bo_mem_space()
/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c69 .busy_placement = &sys_placement_flags,
182 placement->busy_placement = busy; in i915_ttm_placement_from_obj()
835 placement.busy_placement = &requested; in __i915_ttm_migrate()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_ttm.c96 placement->busy_placement = &placements; in radeon_evict_flags()
124 rbo->placement.busy_placement = in radeon_evict_flags()
Dradeon_object.c81 rbo->placement.busy_placement = rbo->placements; in radeon_ttm_placement_from_domain()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c206 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()
1372 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_bo_fault_reserve_notify()
Damdgpu_ttm.c113 placement->busy_placement = &placements; in amdgpu_evict_flags()
152 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
940 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_gem_vram_helper.c149 gbo->placement.busy_placement = gbo->placements; in drm_gem_vram_placement()
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_bo.c413 pl->busy_placement = nvbo->busy_placements; in nouveau_bo_placement_set()