Re: [Intel-gfx] [PATCH 01/19] drm/i915: make FDI training a display function

2011-04-28 Thread Keith Packard
On Thu, 28 Apr 2011 15:12:47 -0700, Jesse Barnes wrote: > 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 Reviewed-by: Keith Packard -- keith.pack...@intel.com pgpkV3No

[Intel-gfx] [PATCH 01/19] drm/i915: make FDI training a display function

2011-04-28 Thread Jesse Barnes
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 --- drivers/gpu/drm/i915/i915_drv.h |2 +- drivers/gpu/drm/i915/intel_display.c |7 +++ 2 files changed, 4 insertions