Change-Id: If6096d4dbef7e71866e792340e8e095b971ea53f
svo.w0.width = f->fmt.win.w.width;
svo.w0.height = f->fmt.win.w.height;
+ writel(svo.w0.left | svo.w0.top << 16, svo.svo_mmreg + OVERLAY0_POSITION);
+ writel(svo.w0.width | svo.w0.height << 16, svo.svo_mmreg + OVERLAY0_SIZE);
+
return 0;
}
svo.w1.width = f->fmt.win.w.width;
svo.w1.height = f->fmt.win.w.height;
+ writel(svo.w1.left | svo.w1.top << 16, svo.svo_mmreg + OVERLAY1_POSITION);
+ writel(svo.w1.width | svo.w1.height << 16, svo.svo_mmreg + OVERLAY1_SIZE);
+
return 0;
}
/bin/mknod /new_root/dev/video0 c 81 0
/bin/mknod /new_root/dev/video1 c 81 1
+/bin/mknod /new_root/dev/video2 c 81 2
/bin/mknod /new_root/dev/mtd0 b 90 0
/bin/mknod /new_root/dev/mtd1 b 90 2