SandyBridge should be using the same register addresses as IvyBridge. Signed-off-by: Wu Fengguang --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux.orig/drivers/gpu/drm/i915/intel_display.c 2011-11-24 08:09:41.000000000 +0800 +++ linux/drivers/gpu/drm/i915/intel_display.c 2011-11-24 08:10:32.000000000 +0800 @@ -5857,7 +5857,7 @@ static void ironlake_write_eld(struct dr int aud_cntl_st; int aud_cntrl_st2; - if (IS_IVYBRIDGE(connector->dev)) { + if (HAS_PCH_IBX(connector->dev)) { hdmiw_hdmiedid = GEN7_HDMIW_HDMIEDID_A; aud_cntl_st = GEN7_AUD_CNTRL_ST_A; aud_cntrl_st2 = GEN7_AUD_CNTRL_ST2; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/