Driver - - -vis On S3c2410x Delta
has a dedicated LCD controller. Making a "vis" feature would involve configuring the to output to an HMI screen.
/* s3c2410_delta.c - simplified excerpt */ struct s3c2410_delta void __iomem *regs; int irq; u32 threshold; u32 motion_pixel_cnt; bool motion_detected; ; -vis On S3c2410x Delta Driver -
Diff - kernel/common.git - Git at Google - Android GoogleSource has a dedicated LCD controller
The driver reduces CPU load from 38% to 11% in a typical industrial HMI (5 widgets updating at 20 Hz). -vis On S3c2410x Delta Driver -