Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Eric Bernstein <Eric.Bernstein@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        unsigned int vupdate_width;
        unsigned int vready_offset;
        unsigned char interlaced;
+       unsigned char embedded;
        double pixel_rate_mhz;
        unsigned char synchronized_vblank_all_planes;
        unsigned char otg_inst;
 
 
                mode_lib->vba.pipe_plane[j] = mode_lib->vba.NumberOfActivePlanes;
 
+               mode_lib->vba.EmbeddedPanel[mode_lib->vba.NumberOfActivePlanes] = dst->embedded;
                mode_lib->vba.DPPPerPlane[mode_lib->vba.NumberOfActivePlanes] = 1;
                mode_lib->vba.SourceScan[mode_lib->vba.NumberOfActivePlanes] =
                                (enum scan_direction_class) (src->source_scan);
 
 
        /* vba mode support */
        /*inputs*/
+       bool EmbeddedPanel[DC__NUM_DPP__MAX];
        bool SupportGFX7CompatibleTilingIn32bppAnd64bpp;
        double MaxHSCLRatio;
        double MaxVSCLRatio;