Home
last modified time | relevance | path

Searched refs:DOORBELL_OFFSET (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/amd/amdkfd/
Dcik_regs.h61 #define DOORBELL_OFFSET(x) ((x) << 2) macro
Dkfd_mqd_manager_cik.c197 m->cp_hqd_pq_doorbell_control = DOORBELL_OFFSET(q->doorbell_off); in __update_mqd()
286 m->cp_hqd_pq_doorbell_control = DOORBELL_OFFSET(qp->doorbell_off); in restore_mqd()
364 m->cp_hqd_pq_doorbell_control = DOORBELL_OFFSET(q->doorbell_off); in update_mqd_hiq()
/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c701 DOORBELL_OFFSET, ring->doorbell_index); in mes_v10_1_mqd_init()
Dmes_v11_0.c766 DOORBELL_OFFSET, ring->doorbell_index); in mes_v11_0_mqd_init()
Dgfx_v11_0.c3156 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v11_0_cp_gfx_set_doorbell()
3603 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v11_0_gfx_mqd_init()
3803 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v11_0_compute_mqd_init()
3865 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v11_0_compute_mqd_init()
Dgfx_v9_0.c3171 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v9_0_cp_gfx_resume()
3318 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v9_0_mqd_init()
Dgfx_v8_0.c4239 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v8_0_set_cpg_door_bell()
4519 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v8_0_mqd_init()
Dgfx_v10_0.c6113 DOORBELL_OFFSET, ring->doorbell_index); in gfx_v10_0_cp_gfx_set_doorbell()
6488 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v10_0_gfx_mqd_init()
6697 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v10_0_compute_mqd_init()
/drivers/gpu/drm/radeon/
Dcikd.h1512 #define DOORBELL_OFFSET(x) ((x) << 2) macro
Dcik.c4705 DOORBELL_OFFSET(rdev->ring[idx].doorbell_index); in cik_cp_compute_resume()