Searched refs:cp_hqd_active (Results 1 – 23 of 23) sorted by relevance
| /linux/drivers/gpu/drm/amd/include/ |
| A D | cik_structs.h | 81 uint32_t cp_hqd_active; member
|
| A D | vi_structs.h | 290 uint32_t cp_hqd_active; member
|
| A D | v9_structs.h | 300 uint32_t cp_hqd_active; member
|
| A D | v11_structs.h | 805 uint32_t cp_hqd_active; // offset: 130 (0x82) member
|
| A D | v12_structs.h | 805 uint32_t cp_hqd_active; // offset: 130 (0x82) member
|
| A D | v10_structs.h | 806 uint32_t cp_hqd_active; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| A D | mes_v12_0.c | 1087 mqd->cp_hqd_active = 1; in mes_v12_0_mqd_init() 1164 WREG32_SOC15(GC, 0, regCP_HQD_ACTIVE, mqd->cp_hqd_active); in mes_v12_0_queue_init_register()
|
| A D | mes_v11_0.c | 1120 mqd->cp_hqd_active = 1; in mes_v11_0_mqd_init() 1191 WREG32_SOC15(GC, 0, regCP_HQD_ACTIVE, mqd->cp_hqd_active); in mes_v11_0_queue_init_register()
|
| 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()
|
| 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()
|
| A D | gfx_v9_4_3.c | 1920 mqd->cp_hqd_active = 1; in gfx_v9_4_3_xcc_mqd_init() 2031 mqd->cp_hqd_active); in gfx_v9_4_3_xcc_kiq_init_register()
|
| A D | gfx_v12_0.c | 3114 mqd->cp_hqd_active = prop->hqd_active; in gfx_v12_0_compute_mqd_init() 3221 mqd->cp_hqd_active); in gfx_v12_0_kiq_init_register()
|
| A D | gfx_v11_0.c | 4170 mqd->cp_hqd_active = prop->hqd_active; in gfx_v11_0_compute_mqd_init() 4277 mqd->cp_hqd_active); in gfx_v11_0_kiq_init_register()
|
| A D | gfx_v9_0.c | 3599 mqd->cp_hqd_active = 1; in gfx_v9_0_mqd_init() 3710 mqd->cp_hqd_active); in gfx_v9_0_kiq_init_register()
|
| A D | gfx_v7_0.c | 2931 mqd->cp_hqd_active = 1; in gfx_v7_0_mqd_init()
|
| A D | gfx_v10_0.c | 6880 mqd->cp_hqd_active = prop->hqd_active; in gfx_v10_0_compute_mqd_init() 6986 mqd->cp_hqd_active); in gfx_v10_0_kiq_init_register()
|
| A D | gfx_v8_0.c | 4549 mqd->cp_hqd_active = 1; in gfx_v8_0_mqd_init()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | cik.c | 4436 u32 cp_hqd_active; member 4727 mqd->queue_state.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()
|
Completed in 156 milliseconds