Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/ttm/
Dttm_placement.h98 const struct ttm_place *busy_placement; member
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c57 .busy_placement = &vram_placement_flags
78 .busy_placement = &gmr_placement_flags
85 .busy_placement = &sys_placement_flags
Dvmwgfx_bo.c824 pl->busy_placement = bo->busy_places; in vmw_bo_placement_set()
/Linux-v6.6/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.6/drivers/gpu/drm/ttm/
Dttm_resource.c359 if ((placement->busy_placement != placement->placement || in ttm_resource_compat()
361 ttm_resource_places_compat(res, placement->busy_placement, in ttm_resource_compat()
Dttm_bo.c408 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer()
811 const struct ttm_place *place = &placement->busy_placement[i]; in ttm_bo_mem_space()
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c69 .busy_placement = &sys_placement_flags,
185 placement->busy_placement = busy; in i915_ttm_placement_from_obj()
884 placement.busy_placement = &requested; in __i915_ttm_migrate()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_ttm.c95 placement->busy_placement = &placements; in radeon_evict_flags()
123 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.6/drivers/gpu/drm/loongson/
Dlsdc_ttm.c57 lbo->placement.busy_placement = lbo->placements; in lsdc_bo_set_placement()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c225 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()
1415 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_bo_fault_reserve_notify()
Damdgpu_ttm.c112 placement->busy_placement = &placements; in amdgpu_evict_flags()
152 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
971 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_gem_vram_helper.c150 gbo->placement.busy_placement = gbo->placements; in drm_gem_vram_placement()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_bo.c463 pl->busy_placement = nvbo->busy_placements; in nouveau_bo_placement_set()