Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600.c3820 hpd1 = RREG32(DC_HPD1_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3821 hpd2 = RREG32(DC_HPD2_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3822 hpd3 = RREG32(DC_HPD3_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3823 hpd4 = RREG32(DC_HPD4_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3825 hpd5 = RREG32(DC_HPD5_INT_CONTROL) & ~DC_HPDx_INT_EN; in r600_irq_set()
3878 hpd1 |= DC_HPDx_INT_EN; in r600_irq_set()
3882 hpd2 |= DC_HPDx_INT_EN; in r600_irq_set()
3886 hpd3 |= DC_HPDx_INT_EN; in r600_irq_set()
3890 hpd4 |= DC_HPDx_INT_EN; in r600_irq_set()
3894 hpd5 |= DC_HPDx_INT_EN; in r600_irq_set()
[all …]
H A Dradeon_cik.c7069 hpd1 = RREG32(DC_HPD1_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7070 hpd2 = RREG32(DC_HPD2_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7071 hpd3 = RREG32(DC_HPD3_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7072 hpd4 = RREG32(DC_HPD4_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7073 hpd5 = RREG32(DC_HPD5_INT_CONTROL) & ~(DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN); in cik_irq_set()
7222 hpd1 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7226 hpd2 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7230 hpd3 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7234 hpd4 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
7238 hpd5 |= DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN; in cik_irq_set()
[all …]
H A Dsid.h890 # define DC_HPDx_INT_EN (1 << 16) macro
H A Dcikd.h964 # define DC_HPDx_INT_EN (1 << 16) macro
H A Devergreend.h1356 # define DC_HPDx_INT_EN (1 << 16) macro
H A Dr600d.h867 # define DC_HPDx_INT_EN (1 << 16) macro
H A Dradeon_evergreen.c4596 DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN, in evergreen_irq_set()
H A Dradeon_si.c6138 DC_HPDx_INT_EN | DC_HPDx_RX_INT_EN, in si_irq_set()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dsi_enums.h29 #define DC_HPDx_INT_EN (1 << 16) macro
H A Dsid.h894 # define DC_HPDx_INT_EN (1 << 16) macro
H A Damdgpu_dce_v6_0.c2890 dc_hpd_int_cntl &= ~DC_HPDx_INT_EN; in dce_v6_0_set_hpd_interrupt_state()
2895 dc_hpd_int_cntl |= DC_HPDx_INT_EN; in dce_v6_0_set_hpd_interrupt_state()