Searched refs:R600_HDMI_INT_PENDING (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dr600_reg.h167 # define R600_HDMI_INT_PENDING (1 << 29) macro
H A Dr600.c3259 if (RREG32(R600_HDMI_BLOCK1 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3263 if (RREG32(R600_HDMI_BLOCK3 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3267 if (RREG32(R600_HDMI_BLOCK2 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {

Completed in 13 milliseconds