Home
last modified time | relevance | path

Searched refs:cp_hqd_active (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/include/
Dcik_structs.h81 uint32_t cp_hqd_active; member
Dvi_structs.h291 uint32_t cp_hqd_active; member
Dv9_structs.h291 uint32_t cp_hqd_active; member
/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()
Dgfx_v7_0.c2807 u32 cp_hqd_active; member
3013 mqd->cp_hqd_active = 1; in gfx_v7_0_mqd_init()
Dgfx_v9_0.c2834 mqd->cp_hqd_active = 1; in gfx_v9_0_mqd_init()
2936 mqd->cp_hqd_active); in gfx_v9_0_kiq_init_register()
Dgfx_v8_0.c4849 mqd->cp_hqd_active = 1; in gfx_v8_0_mqd_init()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dcik.c4446 u32 cp_hqd_active; member
4737 mqd->queue_state.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()