Home
last modified time | relevance | path

Searched refs:cu_mask_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c101 const uint32_t *cu_mask, uint32_t cu_mask_count, in mqd_symmetrically_map_cu_mask() argument
115 if (cu_mask_count > cu_active_per_node) in mqd_symmetrically_map_cu_mask()
116 cu_mask_count = cu_active_per_node; in mqd_symmetrically_map_cu_mask()
202 if (i >= cu_mask_count) in mqd_symmetrically_map_cu_mask()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c507 uint32_t cu_mask_count, uint32_t *se_mask) in amdgpu_gfx_mqd_symmetrically_map_cu_mask() argument
544 if ((i / 32) < cu_mask_count && (cu_mask[i / 32] & (1 << (i % 32)))) in amdgpu_gfx_mqd_symmetrically_map_cu_mask()
547 if (i >= cu_mask_count * 32) in amdgpu_gfx_mqd_symmetrically_map_cu_mask()
H A Dgfx_v12_0.c3121 if (!has_wa_flag && (!prop->cu_mask || !prop->cu_mask_count)) in gfx_v12_0_compute_mqd_set_cu_mask()
3135 prop->cu_mask_count, se_mask); in gfx_v12_0_compute_mqd_set_cu_mask()
H A Dgfx_v11_0.c4269 if (!has_wa_flag && (!prop->cu_mask || !prop->cu_mask_count)) in gfx_v11_0_compute_mqd_set_cu_mask()
4283 prop->cu_mask_count, se_mask); in gfx_v11_0_compute_mqd_set_cu_mask()