Searched refs:DOORBELL_EN (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/ |
D | cik_regs.h | 62 #define DOORBELL_EN (1 << 30) macro
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | mes_v10_1.c | 627 DOORBELL_EN, 1); in mes_v10_1_mqd_init() 635 DOORBELL_EN, 0); in mes_v10_1_mqd_init() 694 DOORBELL_EN, 1); in mes_v10_1_mqd_init() 741 DOORBELL_EN, 0); in mes_v10_1_queue_init_register()
|
D | amdgpu_amdkfd_gfx_v8.c | 222 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v7.c | 235 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v10.c | 248 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_hqd_load()
|
D | amdgpu_amdkfd_gfx_v9.c | 259 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in kgd_gfx_v9_hqd_load()
|
D | amdgpu_amdkfd_gfx_v10_3.c | 233 CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in hqd_load_v10_3()
|
D | gfx_v9_0.c | 3291 DOORBELL_EN, 1); in gfx_v9_0_cp_gfx_resume() 3293 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v9_0_cp_gfx_resume() 3438 DOORBELL_EN, 1); in gfx_v9_0_mqd_init() 3445 DOORBELL_EN, 0); in gfx_v9_0_mqd_init() 3505 DOORBELL_EN, 1); in gfx_v9_0_mqd_init()
|
D | gfx_v10_0.c | 5855 DOORBELL_EN, 1); in gfx_v10_0_cp_gfx_set_doorbell() 5858 DOORBELL_EN, 0); in gfx_v10_0_cp_gfx_set_doorbell() 6190 DOORBELL_EN, 1); in gfx_v10_0_gfx_mqd_init() 6193 DOORBELL_EN, 0); in gfx_v10_0_gfx_mqd_init() 6404 DOORBELL_EN, 1); in gfx_v10_0_compute_mqd_init() 6411 DOORBELL_EN, 0); in gfx_v10_0_compute_mqd_init() 6471 DOORBELL_EN, 1); in gfx_v10_0_compute_mqd_init()
|
D | gfx_v8_0.c | 4250 DOORBELL_EN, 1); in gfx_v8_0_set_cpg_door_bell() 4252 tmp = REG_SET_FIELD(tmp, CP_RB_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v8_0_set_cpg_door_bell() 4476 DOORBELL_EN, in gfx_v8_0_mqd_init() 4529 DOORBELL_EN, 1); in gfx_v8_0_mqd_init()
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | cikd.h | 1516 #define DOORBELL_EN (1 << 30) macro
|
D | cik.c | 4628 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume() 4630 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume() 4716 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
|