]> 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)
commite25461de36e187b93cf2f5727e01199e357389f0
treefbec4f1f783922c2bda98e87935a311eaf8edbf8
parentb5f1e0d219e2fd9134c865944170fa25f699fb7e
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