Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c3124 uint32_t wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask() local
3132 wa_mask = (prop->cu_flags & AMDGPU_UPDATE_FLAG_DBG_WA_ENABLE) ? in gfx_v12_0_compute_mqd_set_cu_mask()
3134 mqd->compute_static_thread_mgmt_se0 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3135 mqd->compute_static_thread_mgmt_se1 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3136 mqd->compute_static_thread_mgmt_se2 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
3137 mqd->compute_static_thread_mgmt_se3 = wa_mask; in gfx_v12_0_compute_mqd_set_cu_mask()
H A Dgfx_v11_0.c4265 uint32_t wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask() local
4273 wa_mask = (prop->cu_flags & AMDGPU_UPDATE_FLAG_DBG_WA_ENABLE) ? in gfx_v11_0_compute_mqd_set_cu_mask()
4275 mqd->compute_static_thread_mgmt_se0 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4276 mqd->compute_static_thread_mgmt_se1 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4277 mqd->compute_static_thread_mgmt_se2 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()
4278 mqd->compute_static_thread_mgmt_se3 = wa_mask; in gfx_v11_0_compute_mqd_set_cu_mask()