From ea0d21006ec71bc56acde7291e5f8d28e54b83fe Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 19 Jun 2008 14:10:29 -0700 Subject: [PATCH] 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. --- src/i830_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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