]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
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)
commit5e69f97fb39ea660075e6b65a1de33247b53f9d4
treed1fc135073c4fd4336c5ae5fd7ece4022246e447
parent3c0e234c847318304c12f9e7fffac7e1cf3db3ff
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