From: Lajos Molnar Date: Tue, 21 Feb 2012 14:06:31 +0000 (+0530) Subject: OMAPDSS: DISPC: Fix FIR coefficients X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c0c1cfcb577d61ec55e209bc5f869d3d80a8f371;p=deliverable%2Flinux.git OMAPDSS: DISPC: Fix FIR coefficients coef3_M8 had an incorrect phase with 50% more intensity. This resulted in banding on slightly down/upscaled images. Fixed a rounding error in coef5_M9. Also removed ARRAY_LEN macro as ARRAY_SIZE is the standard linux one. Signed-off-by: Lajos Molnar Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/dispc_coefs.c b/drivers/video/omap2/dss/dispc_coefs.c index 069bccbb3f12..038c15b04215 100644 --- a/drivers/video/omap2/dss/dispc_coefs.c +++ b/drivers/video/omap2/dss/dispc_coefs.c @@ -19,14 +19,13 @@ #include #include