summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-06-19 14:10:29 -0700
committerEric Anholt <eric@anholt.net>2008-06-19 15:01:35 -0700
commitea0d21006ec71bc56acde7291e5f8d28e54b83fe (patch)
treea395c1197a73671cbf1964cf3e30ada0bae5f0af
parent2fa9240a3b685a0c3d0e2644fc144c927b67b6b3 (diff)
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.
-rw-r--r--src/i830_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_hdmi.c b/src/i830_hdmi.c
index c256296e..72d4c631 100644
--- a/src/i830_hdmi.c
+++ b/src/i830_hdmi.c
@@ -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