]> Pileus Git - ~andy/linux/commit
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Dec 2013 14:34:50 +0000 (14:34 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Dec 2013 18:30:21 +0000 (19:30 +0100)
commita885b3ccc74d8e38074e1c43a47c354c5ea0b01e
treef8df7ab9858f392635212e2c9126e8fb59628025
parentbe3d26b0588ca5f4db6b50d13e92afb0ac57d6ab
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+

The GMCH_CTRL register (or MGCC in the spec) is at a different address
on Sandybridge, and the address to which we currently write to is
undefined. These stray writes appear to upset (hard hang) my Ivybridge
machine whilst it is in UEFI mode.

Note that the register is still marked as locked RO on Sandybridge, so
vgaarb is still dysfunctional.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: stable@vger.kernel.org
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c