Searched refs:DOORBELL_EN (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | cik_regs.h | 61 #define DOORBELL_EN (1 << 30) macro
|
D | kfd_mqd_manager_cik.c | 189 m->cp_hqd_pq_doorbell_control = DOORBELL_EN | in update_mqd() 380 m->cp_hqd_pq_doorbell_control = DOORBELL_EN | in update_mqd_hiq()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v8_0.c | 3346 DOORBELL_EN, 1); in gfx_v8_0_cp_gfx_resume() 3349 DOORBELL_EN, 0); in gfx_v8_0_cp_gfx_resume() 3830 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in gfx_v8_0_cp_compute_resume() 3832 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 0); in gfx_v8_0_cp_compute_resume() 3919 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL, DOORBELL_EN, 1); in gfx_v8_0_cp_compute_resume()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | cikd.h | 1518 #define DOORBELL_EN (1 << 30) macro
|
D | cik.c | 5031 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume() 5033 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume() 5119 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
|