Searched refs:DOORBELL_EN (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | cik_regs.h | 62 #define DOORBELL_EN (1 << 30) macro
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | mes_v11_0.c | 839 DOORBELL_EN, 1); in mes_v11_0_mqd_init() 847 DOORBELL_EN, 0); in mes_v11_0_mqd_init() 883 DOORBELL_EN, 0); in mes_v11_0_queue_init_register() 1185 DOORBELL_EN, 0); in mes_v11_0_kiq_dequeue_sched()
|
D | mes_v10_1.c | 790 DOORBELL_EN, 1); in mes_v10_1_mqd_init() 798 DOORBELL_EN, 0); in mes_v10_1_mqd_init() 835 DOORBELL_EN, 0);
|
D | amdgpu_amdkfd_gfx_v7.c | 182 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v8.c | 206 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v11.c | 202 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in hqd_load_v11()
|
D | amdgpu_amdkfd_gfx_v10.c | 230 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v9.c | 244 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_gfx_v9_hqd_load()
|
D | amdgpu_amdkfd_gfx_v10_3.c | 217 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in hqd_load_v10_3()
|
D | gfx_v11_0.c | 3130 DOORBELL_EN, 1); in gfx_v11_0_cp_gfx_set_doorbell() 3133 DOORBELL_EN, 0); in gfx_v11_0_cp_gfx_set_doorbell() 3577 DOORBELL_EN, 1); in gfx_v11_0_gfx_mqd_init() 3580 DOORBELL_EN, 0); in gfx_v11_0_gfx_mqd_init() 3777 DOORBELL_EN, 1); in gfx_v11_0_compute_mqd_init() 3784 DOORBELL_EN, 0); in gfx_v11_0_compute_mqd_init() 3840 DOORBELL_EN, 1); in gfx_v11_0_compute_mqd_init()
|
D | gfx_v9_0.c | 3165 DOORBELL_EN, 1); in gfx_v9_0_cp_gfx_resume() 3167 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v9_0_cp_gfx_resume() 3312 DOORBELL_EN, 1); in gfx_v9_0_mqd_init() 3319 DOORBELL_EN, 0); in gfx_v9_0_mqd_init()
|
D | gfx_v8_0.c | 4243 DOORBELL_EN, 1); in gfx_v8_0_set_cpg_door_bell() 4245 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v8_0_set_cpg_door_bell() 4469 DOORBELL_EN, in gfx_v8_0_mqd_init() 4522 DOORBELL_EN, 1); in gfx_v8_0_mqd_init()
|
D | gfx_v10_0.c | 6115 DOORBELL_EN, 1); in gfx_v10_0_cp_gfx_set_doorbell() 6118 DOORBELL_EN, 0); in gfx_v10_0_cp_gfx_set_doorbell() 6490 DOORBELL_EN, 1); in gfx_v10_0_gfx_mqd_init() 6493 DOORBELL_EN, 0); in gfx_v10_0_gfx_mqd_init() 6699 DOORBELL_EN, 1); in gfx_v10_0_compute_mqd_init() 6706 DOORBELL_EN, 0); in gfx_v10_0_compute_mqd_init()
|
/Linux-v6.1/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()
|