|
@@ -15267,6 +15267,14 @@ retry:
|
|
ret = drm_atomic_add_affected_planes(state, crtc);
|
|
ret = drm_atomic_add_affected_planes(state, crtc);
|
|
if (ret)
|
|
if (ret)
|
|
goto out;
|
|
goto out;
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
+ * FIXME hack to force a LUT update to avoid the
|
|
|
|
+ * plane update forcing the pipe gamma on without
|
|
|
|
+ * having a proper LUT loaded. Remove once we
|
|
|
|
+ * have readout for pipe gamma enable.
|
|
|
|
+ */
|
|
|
|
+ crtc_state->color_mgmt_changed = true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|