Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/ttm/
H A Dttm_placement.h98 const struct ttm_place *busy_placement; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c57 .busy_placement = &vram_placement_flags
78 .busy_placement = &gmr_placement_flags
85 .busy_placement = &sys_placement_flags
H A Dvmwgfx_bo.c836 pl->busy_placement = bo->busy_places; in vmw_bo_placement_set()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c63 placement->busy_placement = &placements; in qxl_evict_flags()
H A Dqxl_object.c69 qbo->placement.busy_placement = qbo->placements; in qxl_ttm_placement_from_domain()
/openbmc/linux/drivers/gpu/drm/ttm/
H A 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()
H A 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()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A 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()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c95 placement->busy_placement = &placements; in radeon_evict_flags()
123 rbo->placement.busy_placement = in radeon_evict_flags()
H A Dradeon_object.c81 rbo->placement.busy_placement = rbo->placements; in radeon_ttm_placement_from_domain()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c225 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()
1419 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_bo_fault_reserve_notify()
H A Damdgpu_ttm.c112 placement->busy_placement = &placements; in amdgpu_evict_flags()
152 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
990 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c57 lbo->placement.busy_placement = lbo->placements; in lsdc_bo_set_placement()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c150 gbo->placement.busy_placement = gbo->placements; in drm_gem_vram_placement()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c458 pl->busy_placement = nvbo->busy_placements; in nouveau_bo_placement_set()