kernel/include/drm/drm_crtc.h
.. .. @@ -287,16 +287,7 @@ 287 287 * NULL) is an array of &struct drm_color_lut. 288 288 */ 289 289 struct drm_property_blob *gamma_lut; 290 -#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT)291 - /**292 - * @cubic_lut:293 - *294 - * Cubic Lookup table for converting pixel data. See295 - * drm_crtc_enable_color_mgmt(). The blob (if not NULL) is a 3D array296 - * of &struct drm_color_lut.297 - */298 - struct drm_property_blob *cubic_lut;299 -#endif290 +300 291 /** 301 292 * @target_vblank: 302 293 *