Home
last modified time | relevance | path

Searched refs:DOORBELL_EN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dcik_regs.h61 #define DOORBELL_EN (1 << 30) macro
Dkfd_mqd_manager_cik.c189 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/
Dgfx_v8_0.c3346 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/
Dcikd.h1518 #define DOORBELL_EN (1 << 30) macro
Dcik.c5031 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()