drm/i915/dsb: Re-instate DSB for LUT updates
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 9 Oct 2023 13:22:03 +0000 (16:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Oct 2023 13:26:32 +0000 (16:26 +0300)
With all the known issues sorted out we can start to use
DSB to load the LUTs.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231009132204.15098-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_color.c

index 2a2a163ea6528e4aa070a37562d75c3b6036022c..1d26be54ddfc2ad6faab3b472688edc71c0cad7e 100644 (file)
@@ -1895,9 +1895,6 @@ void intel_color_prepare_commit(struct intel_crtc_state *crtc_state)
        struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
        struct drm_i915_private *i915 = to_i915(crtc->base.dev);
 
-       /* FIXME DSB has issues loading LUTs, disable it for now */
-       return;
-
        if (!crtc_state->hw.active ||
            intel_crtc_needs_modeset(crtc_state))
                return;