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:
parent
2fa9240a3b
commit
ea0d21006e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue