hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/drm/drm_mode_config.h
....@@ -794,19 +794,6 @@
794794 */
795795 struct drm_property *gamma_lut_size_property;
796796
797
-#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT)
798
- /**
799
- * @cubic_lut_property: Optional CRTC property to set the 3D LUT used to
800
- * convert color spaces.
801
- */
802
- struct drm_property *cubic_lut_property;
803
- /**
804
- * @cubic_lut_size_property: Optional CRTC property for the size of the
805
- * 3D LUT as supported by the driver (read-only).
806
- */
807
- struct drm_property *cubic_lut_size_property;
808
-#endif
809
-
810797 /**
811798 * @suggested_x_property: Optional connector property with a hint for
812799 * the position of the output on the host's screen.