Home
last modified time | relevance | path

Searched refs:DC_HPDx_INT_POLARITY (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600.c870 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
872 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
878 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
880 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
886 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
888 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
894 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
896 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
902 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
904 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
[all...]
H A Dcik.c6920 tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6922 tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6924 tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6926 tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6928 tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6930 tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
H A Dcikd.h961 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dsid.h887 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Devergreen.c1748 WREG32_AND(DC_HPDx_INT_CONTROL(hpd), ~DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity()
1750 WREG32_OR(DC_HPDx_INT_CONTROL(hpd), DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity() local
4487 WREG32_AND(DC_HPDx_INT_CONTROL(i), DC_HPDx_INT_POLARITY); in evergreen_disable_interrupt_state() local
H A Devergreend.h1353 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dr600d.h864 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dsi.c5978 DC_HPDx_INT_POLARITY); in si_disable_interrupt_state() local
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600.c870 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
872 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
878 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
880 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
886 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
888 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
894 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
896 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
902 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
904 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
[all...]
H A Dcik.c6909 tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6911 tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6913 tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6915 tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6917 tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6919 tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
H A Dcikd.h961 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dsid.h887 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Devergreen.c1750 WREG32_AND(DC_HPDx_INT_CONTROL(hpd), ~DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity()
1752 WREG32_OR(DC_HPDx_INT_CONTROL(hpd), DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity() local
4489 WREG32_AND(DC_HPDx_INT_CONTROL(i), DC_HPDx_INT_POLARITY); in evergreen_disable_interrupt_state() local
H A Devergreend.h1353 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dr600d.h864 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dsi.c5973 DC_HPDx_INT_POLARITY); in si_disable_interrupt_state() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h890 # define DC_HPDx_INT_POLARITY (1 << 8) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h890 # define DC_HPDx_INT_POLARITY (1 << 8) macro

Completed in 124 milliseconds