OSDN Git Service

drm/i915: FDI link training broken on Ironlake by Ivybridge integration
authorKeith Packard <keithp@keithp.com>
Tue, 17 May 2011 23:13:52 +0000 (16:13 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 17 May 2011 23:20:54 +0000 (16:20 -0700)
commit61e499bf05254aca0fab08e2c91643331a15e725
tree12213383cbfe94959ca04b6827d3543abf9c106d
parenta51f7a66fb5e4af5ec4286baef940d06594b59d2
drm/i915: FDI link training broken on Ironlake by Ivybridge integration

Commit 357555c00f8414057f0c12ee3f479f197264123d split out IVB-specific
register definitions for FDI link training, but a piece of that commit
stopped executing some critical code on Ironlake systems while leaving
it running on Sandybridge.

Turn that code back on both Ironlake and Sandybridge

Signed-off-by: Keith Packard <keithp@keithp.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c