Re: [Intel-gfx] [PATCH 7/9] drm/i915: drop unnecessary check from fdi_link_train code

2012-10-26 Thread Paulo Zanoni
Hi 2012/10/26 Daniel Vetter : > They are all written for a specific north disaplay->pch combination. > So stop pretending otherwise. > So how about we go deeper in this "stop pretending" thing and add some checks inside intel_detect_pch printing loud messages in case the CPU and the PCH are not s

[Intel-gfx] [PATCH 7/9] drm/i915: drop unnecessary check from fdi_link_train code

2012-10-26 Thread Daniel Vetter
They are all written for a specific north disaplay->pch combination. So stop pretending otherwise. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/driv