Home
last modified time | relevance | path

Searched refs:DC_HPDx_INT_EN (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/radeon/
A Dr600.c3784 hpd1 = RREG32(DC_HPD1_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3785 hpd2 = RREG32(DC_HPD2_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3786 hpd3 = RREG32(DC_HPD3_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3787 hpd4 = RREG32(DC_HPD4_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3789 hpd5 = RREG32(DC_HPD5_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3842 hpd1 |= DC_HPDx_INT_EN; in r600_irq_set()
3846 hpd2 |= DC_HPDx_INT_EN; in r600_irq_set()
3850 hpd3 |= DC_HPDx_INT_EN; in r600_irq_set()
3854 hpd4 |= DC_HPDx_INT_EN; in r600_irq_set()
3858 hpd5 |= DC_HPDx_INT_EN; in r600_irq_set()
[all …]
A Dcik.c7041 hpd1 = RREG32(DC_HPD1_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7042 hpd2 = RREG32(DC_HPD2_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7043 hpd3 = RREG32(DC_HPD3_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7044 hpd4 = RREG32(DC_HPD4_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7045 hpd5 = RREG32(DC_HPD5_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7194 hpd1 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7198 hpd2 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7202 hpd3 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7206 hpd4 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7210 hpd5 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
[all …]
A Dsid.h888 # define DC_HPDx_INT_EN (1 << 16) macro
A Dcikd.h962 # define DC_HPDx_INT_EN (1 << 16) macro
A Devergreend.h1354 # define DC_HPDx_INT_EN (1 << 16) macro
A Dr600d.h865 # define DC_HPDx_INT_EN (1 << 16) macro
A Devergreen.c4590 DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN, in evergreen_irq_set()
A Dsi.c6126 DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN, in si_irq_set()
/linux/drivers/gpu/drm/amd/amdgpu/
A Dsi_enums.h27 #define DC_HPDx_INT_EN (1 << 16) macro
A Dsid.h891 # define DC_HPDx_INT_EN (1 << 16) macro
A Ddce_v6_0.c2895 dc_hpd_int_cntl &= ~DC_HPDx_INT_EN; in dce_v6_0_set_hpd_interrupt_state()
2900 dc_hpd_int_cntl |= DC_HPDx_INT_EN; in dce_v6_0_set_hpd_interrupt_state()

Completed in 112 milliseconds