Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v11.c227 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in hqd_load_v11()
229 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in hqd_load_v11()
Damdgpu_amdkfd_gfx_v10.c255 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_hqd_load()
257 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_hqd_load()
Damdgpu_amdkfd_gfx_v9.c269 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in kgd_gfx_v9_hqd_load()
271 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in kgd_gfx_v9_hqd_load()
Damdgpu_amdkfd_gfx_v10_3.c242 if ((m->cp_hqd_pq_wptr_lo & (queue_size - 1)) < guessed_wptr) in hqd_load_v10_3()
244 guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(queue_size - 1); in hqd_load_v10_3()
Dmes_v10_1.c740 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v10_1_mqd_init()
Dmes_v11_0.c792 mqd->cp_hqd_pq_wptr_lo = 0; in mes_v11_0_mqd_init()
Dgfx_v11_0.c3792 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v11_0_compute_mqd_init()
3913 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
3963 mqd->cp_hqd_pq_wptr_lo); in gfx_v11_0_kiq_init_register()
Dgfx_v9_0.c3328 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v9_0_mqd_init()
3435 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
3494 mqd->cp_hqd_pq_wptr_lo); in gfx_v9_0_kiq_init_register()
Dgfx_v10_0.c6714 mqd->cp_hqd_pq_wptr_lo = 0; in gfx_v10_0_compute_mqd_init()
6807 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
6870 mqd->cp_hqd_pq_wptr_lo); in gfx_v10_0_kiq_init_register()
/Linux-v6.1/drivers/gpu/drm/amd/include/
Dv9_structs.h342 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