From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/include/drm/drm_mode_config.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/kernel/include/drm/drm_mode_config.h b/kernel/include/drm/drm_mode_config.h index 76d1145..a18f73e 100644 --- a/kernel/include/drm/drm_mode_config.h +++ b/kernel/include/drm/drm_mode_config.h @@ -794,19 +794,6 @@ */ struct drm_property *gamma_lut_size_property; -#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT) - /** - * @cubic_lut_property: Optional CRTC property to set the 3D LUT used to - * convert color spaces. - */ - struct drm_property *cubic_lut_property; - /** - * @cubic_lut_size_property: Optional CRTC property for the size of the - * 3D LUT as supported by the driver (read-only). - */ - struct drm_property *cubic_lut_size_property; -#endif - /** * @suggested_x_property: Optional connector property with a hint for * the position of the output on the host's screen. -- Gitblit v1.6.2