From: Tomi Valkeinen Date: Mon, 22 Jun 2015 11:56:01 +0000 (+0300) Subject: Merge omapdss scaling fixes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f778dad38a54ca5207d024b5ebe0e6d71b8bad83;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git Merge omapdss scaling fixes --- f778dad38a54ca5207d024b5ebe0e6d71b8bad83 diff --cc drivers/video/fbdev/omap2/dss/dispc.c index c8e34163211a,f8c9115cdb4b..be716c9ffb88 --- a/drivers/video/fbdev/omap2/dss/dispc.c +++ b/drivers/video/fbdev/omap2/dss/dispc.c @@@ -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, @@@ -3730,9 -3811,10 +3812,10 @@@ .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, @@@ -3750,9 -3832,10 +3833,10 @@@ .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,