drm/i915/cnl: Move voltage check into ddi buf trans functions.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 29 Aug 2017 23:22:27 +0000 (16:22 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 31 Aug 2017 16:30:08 +0000 (09:30 -0700)
commitcc9cabfdec38d09e6f6a7f750b67043fbfa2eb31
tree446ee91dc6cc5b7d3d1ac7eec7d9f00e68abd66d
parent381f957044d0618e52fe47b0af4de54cdccad893
drm/i915/cnl: Move voltage check into ddi buf trans functions.

Let's start converging CNL buf translations to same style
used on previous platforms. So first thing is to use the
standard signature so we don't need to propagate the voltage
check into other parts of the code, but only on the parts
that it is really useful.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170829232230.23051-5-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/intel_ddi.c