Searched refs:DOORBELL_EN (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
D | cik_regs.h | 62 #define DOORBELL_EN (1 << 30) macro
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | mes_v11_0.c | 786 DOORBELL_EN, 1); in mes_v11_0_mqd_init() 793 DOORBELL_EN, 0); in mes_v11_0_mqd_init() 830 DOORBELL_EN, 0); in mes_v11_0_queue_init_register() 1125 DOORBELL_EN, 0); in mes_v11_0_kiq_dequeue()
|
D | mes_v10_1.c | 709 DOORBELL_EN, 1); in mes_v10_1_mqd_init() 717 DOORBELL_EN, 0); in mes_v10_1_mqd_init() 755 DOORBELL_EN, 0);
|
D | amdgpu_amdkfd_gc_9_4_3.c | 308 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_gfx_v9_4_3_hqd_load()
|
D | amdgpu_amdkfd_gfx_v7.c | 183 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v8.c | 207 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v10_3.c | 219 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in hqd_load_v10_3()
|
D | amdgpu_amdkfd_gfx_v11.c | 204 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in hqd_load_v11()
|
D | gfx_v11_0.c | 3215 DOORBELL_EN, 1); in gfx_v11_0_cp_gfx_set_doorbell() 3218 DOORBELL_EN, 0); in gfx_v11_0_cp_gfx_set_doorbell() 3658 DOORBELL_EN, 1); in gfx_v11_0_gfx_mqd_init() 3661 DOORBELL_EN, 0); in gfx_v11_0_gfx_mqd_init() 3764 DOORBELL_EN, 1); in gfx_v11_0_compute_mqd_init() 3771 DOORBELL_EN, 0); in gfx_v11_0_compute_mqd_init() 3827 DOORBELL_EN, 1); in gfx_v11_0_compute_mqd_init()
|
D | amdgpu_amdkfd_gfx_v10.c | 233 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v9.c | 247 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_gfx_v9_hqd_load()
|
D | gfx_v10_0.c | 6053 DOORBELL_EN, 1); in gfx_v10_0_cp_gfx_set_doorbell() 6056 DOORBELL_EN, 0); in gfx_v10_0_cp_gfx_set_doorbell() 6422 DOORBELL_EN, 1); in gfx_v10_0_gfx_mqd_init() 6425 DOORBELL_EN, 0); in gfx_v10_0_gfx_mqd_init() 6537 DOORBELL_EN, 1); in gfx_v10_0_compute_mqd_init() 6544 DOORBELL_EN, 0); in gfx_v10_0_compute_mqd_init()
|
D | gfx_v8_0.c | 4218 DOORBELL_EN, 1); in gfx_v8_0_set_cpg_door_bell() 4220 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v8_0_set_cpg_door_bell() 4443 DOORBELL_EN, in gfx_v8_0_mqd_init() 4496 DOORBELL_EN, 1); in gfx_v8_0_mqd_init()
|
D | gfx_v9_0.c | 3134 DOORBELL_EN, 1); in gfx_v9_0_cp_gfx_resume() 3136 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v9_0_cp_gfx_resume() 3280 DOORBELL_EN, 1); in gfx_v9_0_mqd_init() 3287 DOORBELL_EN, 0); in gfx_v9_0_mqd_init()
|
D | gfx_v9_4_3.c | 1510 DOORBELL_EN, 1); in gfx_v9_4_3_xcc_mqd_init() 1517 DOORBELL_EN, 0); in gfx_v9_4_3_xcc_mqd_init()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | cikd.h | 1516 #define DOORBELL_EN (1 << 30) macro
|
D | cik.c | 4618 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume() 4620 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume() 4706 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
|