Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v12_1.c50 const uint32_t *cu_mask, uint32_t cu_mask_count, in mqd_symmetrically_map_cu_mask_v12_1() argument
63 if (cu_mask_count > cu_active_per_node) in mqd_symmetrically_map_cu_mask_v12_1()
64 cu_mask_count = cu_active_per_node; in mqd_symmetrically_map_cu_mask_v12_1()
105 if (i >= cu_mask_count) in mqd_symmetrically_map_cu_mask_v12_1()
H A Dkfd_mqd_manager.h175 const uint32_t *cu_mask, uint32_t cu_mask_count,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.h486 uint32_t cu_mask_count; member
H A Damdgpu_gfx.c533 uint32_t cu_mask_count, uint32_t *se_mask) in amdgpu_gfx_mqd_symmetrically_map_cu_mask() argument
570 if ((i / 32) < cu_mask_count && (cu_mask[i / 32] & (1 << (i % 32)))) in amdgpu_gfx_mqd_symmetrically_map_cu_mask()
573 if (i >= cu_mask_count * 32) in amdgpu_gfx_mqd_symmetrically_map_cu_mask()
H A Dgfx_v12_0.c3154 if (!has_wa_flag && (!prop->cu_mask || !prop->cu_mask_count)) in gfx_v12_0_compute_mqd_set_cu_mask()
3168 prop->cu_mask_count, se_mask); in gfx_v12_0_compute_mqd_set_cu_mask()
H A Dgfx_v11_0.c4313 if (!has_wa_flag && (!prop->cu_mask || !prop->cu_mask_count)) in gfx_v11_0_compute_mqd_set_cu_mask()
4327 prop->cu_mask_count, se_mask); in gfx_v11_0_compute_mqd_set_cu_mask()