Searched refs:cp_hqd_pq_rptr (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/gpu/drm/amd/include/ |
H A D | cik_structs.h | 89 uint32_t cp_hqd_pq_rptr; member
|
H A D | vi_structs.h | 298 uint32_t cp_hqd_pq_rptr; member
|
H A D | v9_structs.h | 308 uint32_t cp_hqd_pq_rptr; member
|
H A D | v11_structs.h | 813 uint32_t cp_hqd_pq_rptr; // offset: 138 (0x8A) member
|
H A D | v12_structs.h | 813 uint32_t cp_hqd_pq_rptr; // offset: 138 (0x8A) member
|
H A D | v10_structs.h | 814 uint32_t cp_hqd_pq_rptr; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A 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()
|
H A 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()
|
H A D | amdgpu_amdkfd_gfx_v11.c | 227 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in hqd_load_v11()
|
H A D | amdgpu_amdkfd_gfx_v10.c | 256 uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (queue_size - 1); in kgd_hqd_load()
|
H A 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()
|
H A D | gfx_v9_4_3.c | 1873 mqd->cp_hqd_pq_rptr = 0; in gfx_v9_4_3_xcc_mqd_init() 1919 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() 1980 mqd->cp_hqd_pq_rptr); in gfx_v9_4_3_xcc_kiq_init_register()
|
H A D | mes_v11_0.c | 1110 mqd->cp_hqd_pq_rptr = 0; in mes_v11_0_mqd_init()
|
H A D | mes_v12_0.c | 1191 mqd->cp_hqd_pq_rptr = 0; in mes_v12_0_mqd_init()
|
H A D | gfx_v12_0.c | 3077 mqd->cp_hqd_pq_rptr = 0; in gfx_v12_0_compute_mqd_init() 3136 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, regCP_HQD_PQ_RPTR); in gfx_v12_0_compute_mqd_init() 3197 mqd->cp_hqd_pq_rptr); in gfx_v12_0_kiq_init_register()
|
H A D | gfx_v7_0.c | 2913 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v7_0_mqd_init() 2930 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v7_0_mqd_init()
|
H A D | gfx_v11_0.c | 4154 mqd->cp_hqd_pq_rptr = 0; in gfx_v11_0_compute_mqd_init() 4214 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, regCP_HQD_PQ_RPTR); in gfx_v11_0_compute_mqd_init() 4275 mqd->cp_hqd_pq_rptr); in gfx_v11_0_kiq_init_register()
|
H A D | gfx_v9_0.c | 3576 mqd->cp_hqd_pq_rptr = 0; in gfx_v9_0_mqd_init() 3622 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, mmCP_HQD_PQ_RPTR); in gfx_v9_0_mqd_init() 3682 mqd->cp_hqd_pq_rptr); in gfx_v9_0_kiq_init_register()
|
H A D | gfx_v10_0.c | 6858 mqd->cp_hqd_pq_rptr = 0; in gfx_v10_0_compute_mqd_init() 6904 mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, 0, mmCP_HQD_PQ_RPTR); in gfx_v10_0_compute_mqd_init() 6951 mqd->cp_hqd_pq_rptr); in gfx_v10_0_kiq_init_register()
|
H A D | gfx_v8_0.c | 4518 mqd->cp_hqd_pq_rptr = RREG32(mmCP_HQD_PQ_RPTR); in gfx_v8_0_mqd_init()
|
/linux/drivers/gpu/drm/radeon/ |
H A 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()
|