Home
last modified time | relevance | path

Searched refs:cp_hqd_pq_wptr_lo (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gc_9_4_3.c334 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_gfx_v9_4_3_hqd_load()
336 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_gfx_v9_4_3_hqd_load()
Damdgpu_amdkfd_gfx_v10_3.c244 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in hqd_load_v10_3()
246 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in hqd_load_v10_3()
Damdgpu_amdkfd_gfx_v11.c229 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in hqd_load_v11()
231 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in hqd_load_v11()
Damdgpu_amdkfd_gfx_v10.c258 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_hqd_load()
260 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v9.c273 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_gfx_v9_hqd_load()
275 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_gfx_v9_hqd_load()
Dmes_v10_1.c659 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v10_1_mqd_init()
Dmes_v11_0.c739 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v11_0_mqd_init()
Dgfx_v9_4_3.c1526 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v9_4_3_xcc_mqd_init()
1634 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_4_3_xcc_kiq_init_register()
1692 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_4_3_xcc_kiq_init_register()
Dgfx_v11_0.c3779 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v11_0_compute_mqd_init()
3900 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
3950 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
Dgfx_v9_0.c3296 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v9_0_mqd_init()
3403 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
3462 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
Dgfx_v10_0.c6552 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v10_0_compute_mqd_init()
6645 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
6708 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
/Linux-v6.6/drivers/gpu/drm/amd/include/
Dv9_structs.h352 uint32_t cp_hqd_pq_wptr_lo; member
Dv11_structs.h857 uint32_t cp_hqd_pq_wptr_lo; // offset: 182 (0xB6) member
Dv10_structs.h859 uint32_t cp_hqd_pq_wptr_lo; member