Home
last modified time | relevance | path

Searched refs:wa_mask (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v11.c58 uint32_t wa_mask = in update_cu_mask() local
61 m->compute_static_thread_mgmt_se0 = wa_mask; in update_cu_mask()
62 m->compute_static_thread_mgmt_se1 = wa_mask; in update_cu_mask()
63 m->compute_static_thread_mgmt_se2 = wa_mask; in update_cu_mask()
64 m->compute_static_thread_mgmt_se3 = wa_mask; in update_cu_mask()
65 m->compute_static_thread_mgmt_se4 = wa_mask; in update_cu_mask()
66 m->compute_static_thread_mgmt_se5 = wa_mask; in update_cu_mask()
67 m->compute_static_thread_mgmt_se6 = wa_mask; in update_cu_mask()
68 m->compute_static_thread_mgmt_se7 = wa_mask; in update_cu_mask()
121 uint32_t wa_mask = q->is_dbg_wa ? 0xffff : 0xffffffff; in init_mqd() local
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c3150 uint32_t wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask() local
3158 wa_mask = (prop->cu_flags & AMDGPU_UPDATE_FLAG_DBG_WA_ENABLE) ? in gfx_v12_0_compute_mqd_set_cu_mask()
3160 mqd->compute_static_thread_mgmt_se0 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3161 mqd->compute_static_thread_mgmt_se1 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3162 mqd->compute_static_thread_mgmt_se2 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3163 mqd->compute_static_thread_mgmt_se3 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
H A Dgfx_v11_0.c4309 uint32_t wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask() local
4317 wa_mask = (prop->cu_flags & AMDGPU_UPDATE_FLAG_DBG_WA_ENABLE) ? in gfx_v11_0_compute_mqd_set_cu_mask()
4319 mqd->compute_static_thread_mgmt_se0 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4320 mqd->compute_static_thread_mgmt_se1 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4321 mqd->compute_static_thread_mgmt_se2 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4322 mqd->compute_static_thread_mgmt_se3 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()