]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Clean up cherryview_load_luts()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Apr 2019 12:18:15 +0000 (15:18 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 26 Apr 2019 15:14:52 +0000 (18:14 +0300)
commitf61a8f36c4826bdaf33e8c3d2771d13028fc5edf
tree249a55aef6120cdb7cc9cae32d5bcf45f5f19376
parentd428ca17ea3d307c5a7f77cf24586584bf1c2d74
drm/i915: Clean up cherryview_load_luts()

I like my functions simple, so split up the low level bits from
cherryview_load_luts() into separate functions. Also rename the
whole thing to chv_load_luts() to match the new world order.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190408121815.30142-1-ville.syrjala@linux.intel.com
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
drivers/gpu/drm/i915/intel_color.c