commit | febe2905d08b238f4ee2eb7e99c402bf85f0f70f | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Thu Aug 16 11:55:15 2012 +0530 |
committer | Archit Taneja <archit@ti.com> | Thu Aug 16 18:10:17 2012 +0530 |
tree | f3f51e80ff2695550ccc7ae203d447c9979c6817 | |
parent | 6e883324b2ef9971ec208da2bf2f49268c36f2bb [diff] |
OMAPDSS: VENC: Maintain copy of venc type in driver data The VENC driver currently relies on the omap_dss_device struct to configure the venc type. This makes the VENC interface driver dependent on the omap_dss_device struct. Make the VENC driver data maintain it's own 'venc type' field. A panel driver is expected to call omapdss_venc_set_type() before enabling the interface or changing the type via display sysfs attributes. Signed-off-by: Archit Taneja <archit@ti.com>