Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_cik.c194 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
361 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd_hiq()
Dkfd_mqd_manager_v11.c198 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_v10.c172 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_v9.c221 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
Dkfd_mqd_manager_vi.c186 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
/Linux-v6.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.h297 uint32_t cp_hqd_pq_base_hi; member
Dv11_structs.h812 uint32_t cp_hqd_pq_base_hi; // offset: 137 (0x89) member
Dv10_structs.h814 uint32_t cp_hqd_pq_base_hi; member
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c755 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v10_1_mqd_init()
849 WREG32_SOC15(GC, 0, mmCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi);
Dmes_v11_0.c807 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v11_0_mqd_init()
897 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi); in mes_v11_0_queue_init_register()
Dgfx_v7_0.c2805 u32 cp_hqd_pq_base_hi; member
2923 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v7_0_mqd_init()
Dgfx_v11_0.c3807 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v11_0_compute_mqd_init()
3932 mqd->cp_hqd_pq_base_hi); in gfx_v11_0_kiq_init_register()
Dgfx_v9_0.c3343 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v9_0_mqd_init()
3454 mqd->cp_hqd_pq_base_hi); in gfx_v9_0_kiq_init_register()
Dgfx_v10_0.c6729 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v10_0_compute_mqd_init()
6839 mqd->cp_hqd_pq_base_hi); in gfx_v10_0_kiq_init_register()
Dgfx_v8_0.c4486 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v8_0_mqd_init()
/Linux-v6.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()