]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Extract i9xx_color_check()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Mar 2019 15:50:38 +0000 (17:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Mar 2019 19:29:53 +0000 (21:29 +0200)
commit593779744c7d209f4f77179d601480521ae91fc4
tree9ef2c7550028bb855988a0aba012f634d077ba10
parentefa2d5f96710ebc2e1433b29bf8d0f6e2f2510f2
drm/i915: Extract i9xx_color_check()

Apart from CHV the other gmch platforms don't currently
require much work in .color_check(). So let's start by
extracting i9xx_color_check().

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