]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: make FDI training a display function
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 28 Apr 2011 21:27:04 +0000 (14:27 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 00:02:19 +0000 (17:02 -0700)
commit2318c43dc48eeeee8c76bd77a305c56cd93f8512
treefbec4f1f783922c2bda98e87935a311eaf8edbf8
parentff7003edb7ddf2769eeddf623f8f31ab2071d4d2
drm/i915: make FDI training a display function

Rather than branching in ironlake_pch_enable, add a new train_fdi
function to the display function pointer struct and use it instead.

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