summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2012-04-24 00:08:54 +0300
committerAndy Green <andy.green@linaro.org>2012-06-22 10:03:04 +0800
commit5227a3f8f28f2d9bd992f74757d22b1eaa9b765f (patch)
treeebe929e76b55fd3e0dee8c0871f024eaa768afb9 /Documentation
parent0b0e0b194b4c276a2d3189d1ef88ed033a13eebd (diff)
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 <notasas@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arm/OMAP/DSS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/arm/OMAP/DSS b/Documentation/arm/OMAP/DSS
index 888ae7b83ae4..d0aea9192204 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 <debugfs>/omapdss/ which show information
about clocks and registers.