aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm/OMAP
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2012-04-23 17:08:54 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-05-11 07:44:13 -0400
commit0aca3c63e068e47616bdd54b9d19e4771db86e8e (patch)
tree9d73c3bb318180b6c80cc4446f03983f2b698bf4 /Documentation/arm/OMAP
parent9b71fb5cbcdd83c65e5fe6db9cd12246f7ea0262 (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/arm/OMAP')
-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)
156 "pal" and "ntsc" 156 "pal" and "ntsc"
157panel_name 157panel_name
158tear_elim Tearing elimination 0=off, 1=on 158tear_elim Tearing elimination 0=off, 1=on
159output_type Output type (video encoder only): "composite" or "svideo"
159 160
160There are also some debugfs files at <debugfs>/omapdss/ which show information 161There are also some debugfs files at <debugfs>/omapdss/ which show information
161about clocks and registers. 162about clocks and registers.