Searched refs:cp_hqd_active (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | cik_structs.h | 81 uint32_t cp_hqd_active; member
|
D | vi_structs.h | 291 uint32_t cp_hqd_active; member
|
D | v9_structs.h | 291 uint32_t cp_hqd_active; member
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gfx_v7.c | 393 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v8.c | 379 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v9.c | 487 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
|
D | gfx_v7_0.c | 2807 u32 cp_hqd_active; member 3013 mqd->cp_hqd_active = 1; in gfx_v7_0_mqd_init()
|
D | gfx_v9_0.c | 2834 mqd->cp_hqd_active = 1; in gfx_v9_0_mqd_init() 2936 mqd->cp_hqd_active); in gfx_v9_0_kiq_init_register()
|
D | gfx_v8_0.c | 4849 mqd->cp_hqd_active = 1; in gfx_v8_0_mqd_init()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | cik.c | 4446 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()
|