[COMMON] media: scaler: add version information
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Wed, 11 Jul 2018 02:19:58 +0000 (11:19 +0900)
committerJanghyuck Kim <janghyuck.kim@samsung.com>
Mon, 23 Jul 2018 05:39:46 +0000 (14:39 +0900)
Change-Id: I64af7122ccc5fee89c57235a3e2c968d3300e2a0
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/media/platform/exynos/scaler/scaler-core.c

index 995376aa5bdc27284c9738abd23ebe0d93677403..1fc2649bcb4f2c498040230b2239ae9593da488a 100644 (file)
@@ -330,6 +330,7 @@ static const struct sc_fmt sc_formats[] = {
 
 /* must specify in revers order of SCALER_VERSION(xyz) */
 static const u32 sc_version_table[][2] = {
+       { 0x04000001, SCALER_VERSION(5, 1, 0) }, /* SC_POLY */
        { 0x04000000, SCALER_VERSION(5, 1, 0) }, /* SC_POLY */
        { 0x02000100, SCALER_VERSION(5, 0, 1) }, /* SC_POLY */
        { 0x02000000, SCALER_VERSION(5, 0, 0) },