From: Chris Wilson Date: Tue, 17 Dec 2013 14:34:50 +0000 (+0000) Subject: drm/i915: Use the correct GMCH_CTRL register for Sandybridge+ X-Git-Tag: v3.13-rc6~13^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a885b3ccc74d8e38074e1c43a47c354c5ea0b01e;p=pandora-kernel.git 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 Cc: Jani Nikula Cc: Ville Syrjälä Cc: stable@vger.kernel.org Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed