|
@@ -112,7 +112,9 @@
|
|
|
#define SUN4I_BACKEND_SPRALPHACTL_REG 0x90c
|
|
|
#define SUN4I_BACKEND_IYUVCTL_REG 0x920
|
|
|
#define SUN4I_BACKEND_IYUVADD_REG(c) (0x930 + (0x4 * (c)))
|
|
|
-#define SUN4I_BACKEND_IYUVLINEWITDTH_REG(c) (0x940 + (0x4 * (c)))
|
|
|
+
|
|
|
+#define SUN4I_BACKEND_IYUVLINEWIDTH_REG(c) (0x940 + (0x4 * (c)))
|
|
|
+
|
|
|
#define SUN4I_BACKEND_YGCOEF_REG(c) (0x950 + (0x4 * (c)))
|
|
|
#define SUN4I_BACKEND_YGCONS_REG 0x95c
|
|
|
#define SUN4I_BACKEND_URCOEF_REG(c) (0x960 + (0x4 * (c)))
|