commit | 209d52110a32c2069b5d870504e73fdb0e30fc51 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Jan 25 21:44:48 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jan 31 11:50:13 2013 +0100 |
tree | d3d0748f1f9fe095d18512105926d5dab813bb59 | |
parent | fe31b574fb2563f3aaa24dec302ddd0a033cda0f [diff] |
drm/i915: Set the SR01 "screen off" bit in i915_redisable_vga() too From BSpec / SR01 - Clocking Mode: "The following sequence must be used when disabling the VGA plane. Write SR01 to set bit 5 = 1 to disable video output. Wait for 100us. Disable the VGA plane via Bit 31 of the MMIO VGA control." So simply call i915_disable_vga() from i915_redisable_vga(). Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>