Skip to content

Commit 34d8311

Browse files
committed
drm/i915/dsb: Re-instate DSB for LUT updates
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
1 parent 631b117 commit 34d8311

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/i915/display/intel_color.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,9 +1895,6 @@ void intel_color_prepare_commit(struct intel_crtc_state *crtc_state)
18951895
struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
18961896
struct drm_i915_private *i915 = to_i915(crtc->base.dev);
18971897

1898-
/* FIXME DSB has issues loading LUTs, disable it for now */
1899-
return;
1900-
19011898
if (!crtc_state->hw.active ||
19021899
intel_crtc_needs_modeset(crtc_state))
19031900
return;

0 commit comments

Comments
 (0)