Home
last modified time | relevance | path

Searched refs:cp_hqd_pq_base_lo (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/include/
H A Dcik_structs.h87 uint32_t cp_hqd_pq_base_lo; member
H A Dvi_structs.h296 uint32_t cp_hqd_pq_base_lo; member
H A Dv9_structs.h306 uint32_t cp_hqd_pq_base_lo; member
H A Dv10_structs.h812 uint32_t cp_hqd_pq_base_lo; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c1154 mqd->cp_hqd_pq_base_lo = lower_32_bits(hqd_gpu_addr); in mes_v11_0_mqd_init()
1244 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE, mqd->cp_hqd_pq_base_lo); in mes_v11_0_queue_init_register()
H A Dmes_v12_0.c1312 mqd->cp_hqd_pq_base_lo = lower_32_bits(hqd_gpu_addr); in mes_v12_0_mqd_init()
1409 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE, mqd->cp_hqd_pq_base_lo); in mes_v12_0_queue_init_register()
H A Dmes_v12_1.c1219 mqd->cp_hqd_pq_base_lo = lower_32_bits(hqd_gpu_addr); in mes_v12_1_mqd_init()
1317 WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_BASE, mqd->cp_hqd_pq_base_lo); in mes_v12_1_queue_init_register()
H A Dgfx_v12_1.c2184 mqd->cp_hqd_pq_base_lo = hqd_gpu_addr; in gfx_v12_1_compute_mqd_init()
2312 mqd->cp_hqd_pq_base_lo); in gfx_v12_1_xcc_kiq_init_register()
H A Dgfx_v12_0.c3212 mqd->cp_hqd_pq_base_lo = hqd_gpu_addr; in gfx_v12_0_compute_mqd_init()
3346 mqd->cp_hqd_pq_base_lo); in gfx_v12_0_kiq_init_register()
H A Dgfx_v11_0.c4353 mqd->cp_hqd_pq_base_lo = hqd_gpu_addr; in gfx_v11_0_compute_mqd_init()
4488 mqd->cp_hqd_pq_base_lo); in gfx_v11_0_kiq_init_register()
H A Dgfx_v9_0.c3623 mqd->cp_hqd_pq_base_lo = hqd_gpu_addr; in gfx_v9_0_mqd_init()
3733 mqd->cp_hqd_pq_base_lo); in gfx_v9_0_kiq_init_register()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v9.c278 m->cp_hqd_pq_base_lo = lower_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()