hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/drm/drm_crtc.h
....@@ -287,16 +287,7 @@
287287 * NULL) is an array of &struct drm_color_lut.
288288 */
289289 struct drm_property_blob *gamma_lut;
290
-#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT)
291
- /**
292
- * @cubic_lut:
293
- *
294
- * Cubic Lookup table for converting pixel data. See
295
- * drm_crtc_enable_color_mgmt(). The blob (if not NULL) is a 3D array
296
- * of &struct drm_color_lut.
297
- */
298
- struct drm_property_blob *cubic_lut;
299
-#endif
290
+
300291 /**
301292 * @target_vblank:
302293 *