Searched refs:cp_hqd_pq_rptr (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | cik_structs.h | 89 uint32_t cp_hqd_pq_rptr; member
|
D | vi_structs.h | 298 uint32_t cp_hqd_pq_rptr; member
|
D | v9_structs.h | 308 uint32_t cp_hqd_pq_rptr; member
|
D | v12_structs.h | 813 uint32_t cp_hqd_pq_rptr; // offset: 138 (0x8A) member
|
D | v11_structs.h | 813 uint32_t cp_hqd_pq_rptr; // offset: 138 (0x8A) member
|
D | v10_structs.h | 814 uint32_t cp_hqd_pq_rptr; member
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gc_9_4_3.c | 331 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in kgd_gfx_v9_4_3_hqd_load()
|
D | amdgpu_amdkfd_gfx_v10_3.c | 242 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in hqd_load_v10_3()
|
D | amdgpu_amdkfd_gfx_v11.c | 227 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in hqd_load_v11()
|
D | amdgpu_amdkfd_gfx_v10.c | 256 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v9.c | 270 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in kgd_gfx_v9_hqd_load()
|
D | mes_v12_0.c | 1026 mqd->cp_hqd_pq_rptr = 0; in mes_v12_0_mqd_init()
|
D | gfx_v9_4_3.c | 1852 mqd->cp_hqd_pq_rptr = 0; in gfx_v9_4_3_xcc_mqd_init() 1898 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR); in gfx_v9_4_3_xcc_mqd_init() 1959 mqd->cp_hqd_pq_rptr); in gfx_v9_4_3_xcc_kiq_init_register()
|
D | mes_v11_0.c | 1060 mqd->cp_hqd_pq_rptr = 0; in mes_v11_0_mqd_init()
|
D | gfx_v12_0.c | 3037 mqd->cp_hqd_pq_rptr = 0; in gfx_v12_0_compute_mqd_init() 3096 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, regCP_HQD_PQ_RPTR); in gfx_v12_0_compute_mqd_init() 3157 mqd->cp_hqd_pq_rptr); in gfx_v12_0_kiq_init_register()
|
D | gfx_v7_0.c | 2907 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v7_0_mqd_init() 2924 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v7_0_mqd_init()
|
D | gfx_v11_0.c | 4092 mqd->cp_hqd_pq_rptr = 0; in gfx_v11_0_compute_mqd_init() 4152 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, regCP_HQD_PQ_RPTR); in gfx_v11_0_compute_mqd_init() 4213 mqd->cp_hqd_pq_rptr); in gfx_v11_0_kiq_init_register()
|
D | gfx_v9_0.c | 3531 mqd->cp_hqd_pq_rptr = 0; in gfx_v9_0_mqd_init() 3577 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, mmCP_HQD_PQ_RPTR); in gfx_v9_0_mqd_init() 3637 mqd->cp_hqd_pq_rptr); in gfx_v9_0_kiq_init_register()
|
D | gfx_v10_0.c | 6816 mqd->cp_hqd_pq_rptr = 0; in gfx_v10_0_compute_mqd_init() 6862 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, mmCP_HQD_PQ_RPTR); in gfx_v10_0_compute_mqd_init() 6909 mqd->cp_hqd_pq_rptr); in gfx_v10_0_kiq_init_register()
|
D | gfx_v8_0.c | 4504 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v8_0_mqd_init()
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | cik.c | 4444 u32 cp_hqd_pq_rptr; member 4626 mqd->queue_state.cp_hqd_pq_rptr = 0; in cik_cp_compute_resume() 4636 WREG32(CP_HQD_PQ_RPTR, mqd->queue_state.cp_hqd_pq_rptr); in cik_cp_compute_resume() 4720 mqd->queue_state.cp_hqd_pq_rptr = RREG32(CP_HQD_PQ_RPTR); in cik_cp_compute_resume()
|