]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Drop the pointless linear legacy LUT load on CHV
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Mar 2019 15:50:44 +0000 (17:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Mar 2019 19:29:53 +0000 (21:29 +0200)
commit0e7c18142389580f08f7afe168200b7040e0b97a
tree272b1f55a5be04989cf18fb5305e55458ce5b900
parentd460f2626d63b555920e43a941ae1df0312aef4a
drm/i915: Drop the pointless linear legacy LUT load on CHV

We now bypass the legacy LUT when it's not needed, so
no point in filling it up with a linear LUT.

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-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_color.c