Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v7.c366 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v8.c351 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v9.c346 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_gfx_v9_hqd_load()
Damdgpu_amdkfd_gfx_v10.c446 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dcikd.h1491 #define CP_HQD_ACTIVE 0xC91C macro
Dcik.c4209 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_compute_stop()
4212 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_compute_stop()
4642 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_cp_compute_resume()
4645 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_cp_compute_resume()
4742 WREG32(CP_HQD_ACTIVE, mqd->queue_state.cp_hqd_active); in cik_cp_compute_resume()