Searched refs:R600_HDMI_BLOCK1 (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dr600_hdmi.c434 case R600_HDMI_BLOCK1:
448 return free_blocks[0] ? R600_HDMI_BLOCK1 : 0;
451 return R600_HDMI_BLOCK1;
492 R600_HDMI_BLOCK3 : R600_HDMI_BLOCK1;
557 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = true;
593 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = false;
H A Dr600_reg.h160 #define R600_HDMI_BLOCK1 0x7400 macro
H A Dr600.c3090 hdmi1 = RREG32(R600_HDMI_BLOCK1 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3165 WREG32(R600_HDMI_BLOCK1 + R600_HDMI_CNTL, hdmi1);
3264 if (RREG32(R600_HDMI_BLOCK1 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3265 WREG32_P(R600_HDMI_BLOCK1 + R600_HDMI_CNTL, R600_HDMI_INT_ACK, ~R600_HDMI_INT_ACK);

Completed in 17 milliseconds