Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v7.c393 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v8.c379 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v9.c487 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dcikd.h1491 #define CP_HQD_ACTIVE 0xC91C macro
Dcik.c4205 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_compute_stop()
4208 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_compute_stop()
4638 if (RREG32(CP_HQD_ACTIVE) & 1) { in cik_cp_compute_resume()
4641 if (!(RREG32(CP_HQD_ACTIVE) & 1)) in cik_cp_compute_resume()
4738 WREG32(CP_HQD_ACTIVE, mqd->queue_state.cp_hqd_active); in cik_cp_compute_resume()