| .. | .. | 
|---|
| 794 | 794 | */ | 
|---|
| 795 | 795 | struct drm_property *gamma_lut_size_property; | 
|---|
| 796 | 796 |  | 
|---|
| 797 |  | -#if defined(CONFIG_ROCKCHIP_DRM_CUBIC_LUT) | 
|---|
| 798 |  | -	/** | 
|---|
| 799 |  | -	 * @cubic_lut_property: Optional CRTC property to set the 3D LUT used to | 
|---|
| 800 |  | -	 * convert color spaces. | 
|---|
| 801 |  | -	 */ | 
|---|
| 802 |  | -	struct drm_property *cubic_lut_property; | 
|---|
| 803 |  | -	/** | 
|---|
| 804 |  | -	 * @cubic_lut_size_property: Optional CRTC property for the size of the | 
|---|
| 805 |  | -	 * 3D LUT as supported by the driver (read-only). | 
|---|
| 806 |  | -	 */ | 
|---|
| 807 |  | -	struct drm_property *cubic_lut_size_property; | 
|---|
| 808 |  | -#endif | 
|---|
| 809 |  | - | 
|---|
| 810 | 797 | /** | 
|---|
| 811 | 798 | * @suggested_x_property: Optional connector property with a hint for | 
|---|
| 812 | 799 | * the position of the output on the host's screen. | 
|---|