video: rockchip: fb: add parse screen physical size
[firefly-linux-kernel-4.4.55.git] / include / video / display_timing.h
index 82e7adc68c8956caf729872bfdaa91072fef4114..0ff62c5e16f886405107fe6ba699167765004d8a 100644 (file)
@@ -78,9 +78,11 @@ struct display_timing {
        enum display_flags flags;               /* display flags */
 #if defined(CONFIG_FB_ROCKCHIP)
        u16 screen_type;                        /*screen type*/
-       u16 lvds_format;                        /*lvds data format*/
-       u16 face;                               /*display output interface*/
-       u16 color_mode;                         /*input color mode: RGB/YUV*/
+       u16 screen_widt;                        /* screen physical size */
+       u16 screen_hight;
+       u16 lvds_format;                        /*lvds data format for lvds screen*/
+       u16 face;                               /*display output  interface format:24bit 18bit 16bit*/
+       u16 color_mode;                         /* input color mode: RGB or YUV */
        u32 *dsp_lut;
        u32 *cabc_lut;
        u32 *cabc_gamma_base;