Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gc_9_4_3.c333 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_gfx_v9_4_3_hqd_load()
335 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.c272 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_gfx_v9_hqd_load()
274 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_gfx_v9_hqd_load()
Dmes_v12_0.c1027 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v12_0_mqd_init()
Dgfx_v9_4_3.c1853 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v9_4_3_xcc_mqd_init()
1961 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_4_3_xcc_kiq_init_register()
2019 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_4_3_xcc_kiq_init_register()
Dmes_v11_0.c1061 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v11_0_mqd_init()
Dgfx_v12_0.c3038 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v12_0_compute_mqd_init()
3159 mqd->cp_hqd_pq_wptr_lo); in gfx_v12_0_kiq_init_register()
3209 mqd->cp_hqd_pq_wptr_lo); in gfx_v12_0_kiq_init_register()
Dgfx_v11_0.c4093 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v11_0_compute_mqd_init()
4215 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
4265 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
Dgfx_v9_0.c3532 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v9_0_mqd_init()
3639 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
3698 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
Dgfx_v10_0.c6817 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v10_0_compute_mqd_init()
6911 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
6974 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
/linux-6.12.1/drivers/gpu/drm/amd/include/
Dv9_structs.h352 uint32_t cp_hqd_pq_wptr_lo; member
Dv12_structs.h857 uint32_t cp_hqd_pq_wptr_lo; // offset: 182 (0xB6) member
Dv11_structs.h857 uint32_t cp_hqd_pq_wptr_lo; // offset: 182 (0xB6) member
Dv10_structs.h858 uint32_t cp_hqd_pq_wptr_lo; member