提交 1af5fa1b 编写于 作者: C Chris Wilson

drm/i915/dp: Flush the PLL register write before sleeping

Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
上级 2c9d9754
......@@ -883,6 +883,7 @@ static void ironlake_edp_pll_off(struct drm_encoder *encoder)
dpa_ctl = I915_READ(DP_A);
dpa_ctl |= DP_PLL_ENABLE;
I915_WRITE(DP_A, dpa_ctl);
POSTING_READ(DP_A);
udelay(200);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册