diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2012-04-24 01:08:54 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-11 15:44:13 +0400 |
commit | 0aca3c63e068e47616bdd54b9d19e4771db86e8e (patch) | |
tree | 9d73c3bb318180b6c80cc4446f03983f2b698bf4 /Documentation | |
parent | 9b71fb5cbcdd83c65e5fe6db9cd12246f7ea0262 (diff) | |
download | linux-0aca3c63e068e47616bdd54b9d19e4771db86e8e.tar.xz |
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/DSS | 1 |
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. |