drm/i915: Extract check_luts()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Mar 2019 15:50:36 +0000 (17:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Mar 2019 19:29:53 +0000 (21:29 +0200)
commite0510da051920e6edbfdff1305b85d6c1e209a1b
tree24f57e74c191764816d1c89f7727729136ccc572
parenta01b2c6f47d86c7d1a9fa822b3b91ec233b61784
drm/i915: Extract check_luts()

In prepartion for per-platform color_check() functions extract the
common code into a separate function.

v2: Improve the C8 comment (Matt)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190327155045.28446-2-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_color.c