drm/i915: Flush other plane register writes
authorKeith Packard <keithp@keithp.com>
Thu, 28 Jul 2011 21:47:14 +0000 (14:47 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 28 Jul 2011 23:28:35 +0000 (16:28 -0700)
Writes to the plane control register are buffered in the chip until a
write to the DSPADDR (pre-965) or DSPSURF (post-965) register occurs.

This patch adds flushes in:

intel_enable_plane
gen6_init_clock_gating
ivybridge_init_clock_gating

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found