From 0aca3c63e068e47616bdd54b9d19e4771db86e8e Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 24 Apr 2012 00:08:54 +0300 Subject: OMAPDSS: VENC: allow switching venc output type at runtime VENC output type (composite/svideo) doesn't have to be fixed by board wiring, it is possible to also provide composite signal through svideo luminance connector (software enabled), which is what pandora does. Having to recompile the kernel for users who have TV connector types that don't match default board setting is very inconvenient, especially for users of a consumer device, so add support for switching VENC output type at runtime over a new sysfs file output_type. Signed-off-by: Grazvydas Ignotas Signed-off-by: Tomi Valkeinen --- Documentation/arm/OMAP/DSS | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/arm') diff --git a/Documentation/arm/OMAP/DSS b/Documentation/arm/OMAP/DSS index 888ae7b..d0aea91 100644 --- a/Documentation/arm/OMAP/DSS +++ b/Documentation/arm/OMAP/DSS @@ -156,6 +156,7 @@ timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw) "pal" and "ntsc" panel_name tear_elim Tearing elimination 0=off, 1=on +output_type Output type (video encoder only): "composite" or "svideo" There are also some debugfs files at /omapdss/ which show information about clocks and registers. -- cgit v1.1