[COMMON] media: scaler: add minor version information
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Wed, 16 Aug 2017 05:10:24 +0000 (14:10 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:17 +0000 (20:22 +0300)
Change-Id: I3e20742826a69c72fe87bb92b3e02c1ca15a0b27
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/media/platform/exynos/scaler/scaler-core.c

index 842910ab915dc5806c15b612a85c4e48e1d8847a..eed4b15850c5ad804763257ea51c04a26afd7d2e 100644 (file)
@@ -330,7 +330,8 @@ static const struct sc_fmt sc_formats[] = {
 
 /* must specify in revers order of SCALER_VERSION(xyz) */
 static const u32 sc_version_table[][2] = {
-       { 0x02000000, SCALER_VERSION(5, 0, 0) }, /* SC_POLY */
+       { 0x02000100, SCALER_VERSION(5, 0, 0) }, /* SC_POLY */
+       { 0x02000000, SCALER_VERSION(5, 0, 0) },
        { 0x80060007, SCALER_VERSION(4, 2, 0) }, /* SC_BI */
        { 0x0100000f, SCALER_VERSION(4, 0, 1) }, /* SC_POLY */
        { 0xA0000013, SCALER_VERSION(4, 0, 1) },