Merge omapdss scaling fixes
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Jun 2015 11:56:01 +0000 (14:56 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Jun 2015 11:56:01 +0000 (14:56 +0300)
1  2 
drivers/video/fbdev/omap2/dss/dispc.c
drivers/video/fbdev/omap2/dss/hdmi4.c

index c8e34163211ae3b81af11dfdf19c58e3e324da0c,f8c9115cdb4b9381b36fcb75084050f1c2b24e6e..be716c9ffb88a8bc998cc07ba42de950d55a2ac0
@@@ -3710,9 -3790,10 +3791,10 @@@ static const struct dispc_features omap
        .num_fifos              =       3,
        .no_framedone_tv        =       true,
        .set_max_preload        =       false,
+       .last_pixel_inc_missing =       true,
  };
  
 -static const struct dispc_features omap34xx_rev1_0_dispc_feats __initconst = {
 +static const struct dispc_features omap34xx_rev1_0_dispc_feats = {
        .sw_start               =       5,
        .fp_start               =       15,
        .bp_start               =       27,
        .num_fifos              =       3,
        .no_framedone_tv        =       true,
        .set_max_preload        =       false,
+       .last_pixel_inc_missing =       true,
  };
  
 -static const struct dispc_features omap34xx_rev3_0_dispc_feats __initconst = {
 +static const struct dispc_features omap34xx_rev3_0_dispc_feats = {
        .sw_start               =       7,
        .fp_start               =       19,
        .bp_start               =       31,
        .num_fifos              =       3,
        .no_framedone_tv        =       true,
        .set_max_preload        =       false,
+       .last_pixel_inc_missing =       true,
  };
  
 -static const struct dispc_features omap44xx_dispc_feats __initconst = {
 +static const struct dispc_features omap44xx_dispc_feats = {
        .sw_start               =       7,
        .fp_start               =       19,
        .bp_start               =       31,
Simple merge