]> 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)
commit38b87373830e771e09e3aea3e0872e973da5533b
treed1fc135073c4fd4336c5ae5fd7ece4022246e447
parent8e714352978f6e5947d084ac71add2e3bcede34c
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