Fix hdmi POSTING_READ to use the register number instead of the register value.

We won't dwell too long on how this ever worked.
This commit is contained in:
Eric Anholt 2008-06-19 14:10:29 -07:00
parent 2fa9240a3b
commit ea0d21006e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ i830_hdmi_mode_set(xf86OutputPtr output, DisplayModePtr mode,
sdvox |= SDVO_PIPE_B_SELECT;
OUTREG(dev_priv->output_reg, sdvox);
POSTING_READ(sdvox);
POSTING_READ(dev_priv->output_reg);
}
static void