[Intel-gfx] [PATCH 17/20] drm/i915: Make .read_luts() mandatory

Ville Syrjala ville.syrjala at linux.intel.com
Fri Jul 17 21:13:42 UTC 2020


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Every platform now implemnts .read_luts(). Make it not optional.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 drivers/gpu/drm/i915/display/intel_color.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_color.c b/drivers/gpu/drm/i915/display/intel_color.c
index 7f9e26419b56..acf3d152edfe 100644
--- a/drivers/gpu/drm/i915/display/intel_color.c
+++ b/drivers/gpu/drm/i915/display/intel_color.c
@@ -1215,8 +1215,7 @@ void intel_color_get_config(struct intel_crtc_state *crtc_state)
 {
 	struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
 
-	if (dev_priv->display.read_luts)
-		dev_priv->display.read_luts(crtc_state);
+	dev_priv->display.read_luts(crtc_state);
 }
 
 static bool need_plane_update(struct intel_plane *plane,
-- 
2.26.2



More information about the Intel-gfx mailing list