Searched refs:CP_HQD_ACTIVE (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v7.c | 196 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
H A D | amdgpu_amdkfd_gc_9_4_3.c | 354 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_gfx_v9_4_3_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v8.c | 220 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v10_3.c | 268 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in hqd_load_v10_3()
|
H A D | amdgpu_amdkfd_gfx_v11.c | 253 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in hqd_load_v11()
|
H A D | amdgpu_amdkfd_gfx_v10.c | 282 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v9.c | 293 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_gfx_v9_hqd_load()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 1491 #define CP_HQD_ACTIVE 0xC91C macro
|
H A D | cik.c | 4195 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_compute_stop() 4198 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_compute_stop() 4628 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_cp_compute_resume() 4631 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_cp_compute_resume() 4728 WREG32(CP_HQD_ACTIVE, mqd->queue_state.cp_hqd_active); in cik_cp_compute_resume()
|