From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/include/drm/drm_crtc.h | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/kernel/include/drm/drm_crtc.h b/kernel/include/drm/drm_crtc.h index 3a3d9d8..59b51a0 100644 --- a/kernel/include/drm/drm_crtc.h +++ b/kernel/include/drm/drm_crtc.h @@ -287,16 +287,7 @@ * NULL) is an array of &struct drm_color_lut. */ struct drm_property_blob *gamma_lut; -#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT) - /** - * @cubic_lut: - * - * Cubic Lookup table for converting pixel data. See - * drm_crtc_enable_color_mgmt(). The blob (if not NULL) is a 3D array - * of &struct drm_color_lut. - */ - struct drm_property_blob *cubic_lut; -#endif + /** * @target_vblank: * -- Gitblit v1.6.2