drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variables
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 18 Oct 2017 18:19:58 +0000 (21:19 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Oct 2017 12:39:46 +0000 (15:39 +0300)
commitd02ace874937a4dda217d4cb772c7777056febb3
treee66355feffbc01ca02dc0eb7ffd4bdce756c27cd
parent21b39d2a3adb798dc8dcbdb4abe23250ecfaf7e4
drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variables

A bunch of functions are now exclusively used for HDMI, so naming the
variables with hdmi prefix/suffix is redundant. Also use int rather
than u32 for the translation level consistently.

v2: Rebase due to hdmi_level=-1 avoidance

Cc: James Ausmus <james.ausmus@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171018181958.4423-1-ville.syrjala@linux.intel.com
Reviewed-by: James Ausmus <james.ausmus@intel.com>
drivers/gpu/drm/i915/intel_ddi.c