From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- 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