]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2
authorChon Ming Lee <chon.ming.lee@intel.com>
Thu, 5 Sep 2013 12:41:49 +0000 (20:41 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 5 Sep 2013 13:04:36 +0000 (15:04 +0200)
commit5dc758b4eced7e74aadc43924def91b50a671248
treed1fc135073c4fd4336c5ae5fd7ece4022246e447
parent9581fd48bf5092e997eb021a31390974a929c3d8
drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2

The patch doesn't contain functional change, but is to prepare for
future platform which has different DPIO phy.  The additional pipe
parameter will use to select which phy to target for.

v2: Update the commit message and add static for the new function.
(Jani/Ville)

Signed-off-by: Chon Ming Lee <chon.ming.lee@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_sideband.c