/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_mqd_manager_cik.c | 207 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd() 330 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd_hiq()
|
H A D | kfd_mqd_manager_v9.c | 227 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
|
H A D | kfd_mqd_manager_vi.c | 184 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
|
H A D | kfd_mqd_manager_v10.c | 177 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_mqd_manager_cik.c | 193 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()
|
H A D | kfd_mqd_manager_v11.c | 231 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
|
H A D | kfd_mqd_manager_vi.c | 185 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in __update_mqd()
|
H A D | kfd_mqd_manager_v10.c | 177 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
|
H A D | kfd_mqd_manager_v9.c | 251 m->cp_hqd_pq_base_hi = upper_32_bits((uint64_t)q->queue_address >> 8); in update_mqd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | cik_structs.h | 88 uint32_t cp_hqd_pq_base_hi; member
|
H A D | vi_structs.h | 297 uint32_t cp_hqd_pq_base_hi; member
|
H A D | v9_structs.h | 297 uint32_t cp_hqd_pq_base_hi; member
|
H A D | v10_structs.h | 814 uint32_t cp_hqd_pq_base_hi; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | cik_structs.h | 88 uint32_t cp_hqd_pq_base_hi; member
|
H A D | vi_structs.h | 297 uint32_t cp_hqd_pq_base_hi; member
|
H A D | v9_structs.h | 307 uint32_t cp_hqd_pq_base_hi; member
|
H A D | v11_structs.h | 812 uint32_t cp_hqd_pq_base_hi; // offset: 137 (0x89) member
|
H A D | v10_structs.h | 814 uint32_t cp_hqd_pq_base_hi; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | mes_v10_1.c | 658 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v10_1_mqd_init() 755 WREG32_SOC15(GC, 0, mmCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi); in mes_v10_1_queue_init_register()
|
H A D | gfx_v7_0.c | 2838 u32 cp_hqd_pq_base_hi; member 2956 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v7_0_mqd_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | mes_v11_0.c | 754 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v11_0_mqd_init() 844 WREG32_SOC15(GC, 0, regCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi); in mes_v11_0_queue_init_register()
|
H A D | mes_v10_1.c | 674 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in mes_v10_1_mqd_init() 769 WREG32_SOC15(GC, 0, mmCP_HQD_PQ_BASE_HI, mqd->cp_hqd_pq_base_hi);
|
H A D | gfx_v9_4_3.c | 1541 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v9_4_3_xcc_mqd_init() 1653 mqd->cp_hqd_pq_base_hi); in gfx_v9_4_3_xcc_kiq_init_register()
|
H A D | gfx_v7_0.c | 2770 u32 cp_hqd_pq_base_hi; member 2888 mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in gfx_v7_0_mqd_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cik.c | 4453 u32 cp_hqd_pq_base_hi; member 4663 mqd->queue_state.cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr); in cik_cp_compute_resume() 4665 WREG32(CP_HQD_PQ_BASE_HI, mqd->queue_state.cp_hqd_pq_base_hi); in cik_cp_compute_resume()
|