Merge branch develop-3.10 into develop-3.10-next
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / hdmi / rk_hdmi.h
index ff5bb3d9553b3201ba9487d2eff092cde188014c..c853654871a5c3693482baa353e258a7a49d95b2 100755 (executable)
@@ -364,7 +364,6 @@ struct hdmi {
        int tmdsclk;            /* TDMS Clock frequency */
        int pixclock;           /* Pixel Clcok frequency */
        int uboot_logo;
-       int uboot_vic;
 
        struct list_head pwrlist_head;
 
@@ -391,6 +390,8 @@ struct hdmi {
        void (*cec_set_device_pa)(int);
        int (*cec_enumerate)(void);
        struct rk_hdmi_drv_ops *ops;
+       unsigned int *support_vic;
+       int support_vic_num;
 };
 
 #define hdmi_err(dev, format, arg...)          \