]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Refactor translate_signal_level()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Feb 2017 17:35:06 +0000 (19:35 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 24 Feb 2017 12:45:50 +0000 (14:45 +0200)
commit97eeb872764ce524d87d0e0e9e25b1c9fae10b3a
tree73f822f9e00a52199fe73eb9ee804764a1a27327
parent7d1c42e679f920529df5cc11c6f827f17d4f8022
drm/i915: Refactor translate_signal_level()

Convert the big switch statement in translate_signal_level() into a neat
table. The table also serves as documentation for the translation
tables. We'll also have other uses for this table later on.

v2: Remove superfluous space (David)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170223173507.17600-2-ville.syrjala@linux.intel.com
Reviewed-by: David Weinehall <david.weinehall@linux.intel.com>
drivers/gpu/drm/i915/intel_ddi.c