From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:46:19 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode --- 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