Home
last modified time | relevance | path

Searched refs:cp_hqd_pq_base_hi (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_cik.c193 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
353 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd_hiq()
Dkfd_mqd_manager_v12.c194 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_v10.c177 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_vi.c185 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
Dkfd_mqd_manager_v11.c231 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_v9.c252 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
/linux-6.12.1/drivers/gpu/drm/amd/include/
Dcik_structs.h88 uint32_t cp_hqd_pq_base_hi; member
Dvi_structs.h297 uint32_t cp_hqd_pq_base_hi; member
Dv9_structs.h307 uint32_t cp_hqd_pq_base_hi; member
Dv12_structs.h812 uint32_t cp_hqd_pq_base_hi; // offset: 137 (0x89) member
Dv11_structs.h812 uint32_t cp_hqd_pq_base_hi; // offset: 137 (0x89) member
Dv10_structs.h813 uint32_t cp_hqd_pq_base_hi; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dmes_v12_0.c1042 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v12_0_mqd_init()
1139 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi); in mes_v12_0_queue_init_register()
Dmes_v11_0.c1076 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v11_0_mqd_init()
1166 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi); in mes_v11_0_queue_init_register()
Dgfx_v9_4_3.c1868 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v9_4_3_xcc_mqd_init()
1980 mqd->cp_hqd_pq_base_hi); in gfx_v9_4_3_xcc_kiq_init_register()
Dgfx_v12_0.c3053 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v12_0_compute_mqd_init()
3178 mqd->cp_hqd_pq_base_hi); in gfx_v12_0_kiq_init_register()
Dgfx_v11_0.c4108 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v11_0_compute_mqd_init()
4234 mqd->cp_hqd_pq_base_hi); in gfx_v11_0_kiq_init_register()
Dgfx_v9_0.c3547 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v9_0_mqd_init()
3658 mqd->cp_hqd_pq_base_hi); in gfx_v9_0_kiq_init_register()
Dgfx_v7_0.c2850 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v7_0_mqd_init()
Dgfx_v10_0.c6832 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v10_0_compute_mqd_init()
6943 mqd->cp_hqd_pq_base_hi); in gfx_v10_0_kiq_init_register()
Dgfx_v8_0.c4456 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v8_0_mqd_init()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dcik.c4443 u32 cp_hqd_pq_base_hi; member
4653 mqd->queue_state.cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in cik_cp_compute_resume()
4655 WREG32(CP_HQD_PQ_BASE_HI, mqd->queue_state.cp_hqd_pq_base_hi); in cik_cp_compute_resume()