Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184841
b: refs/heads/master
c: 6059604
h: refs/heads/master
i:
  184839: 95e2eda
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 12, 2010
1 parent 51f73b8 commit bdef019
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ce4ad0a7b2e21363ce1d1d4c8eb4c2ae213cb59
refs/heads/master: 60596045ac3d73ab6aac85d1eca617ba4c97b020
26 changes: 22 additions & 4 deletions trunk/drivers/video/omap2/dss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,29 @@ config OMAP2_DSS_COLLECT_IRQ_STATS
depends on OMAP2_DSS_DEBUG_SUPPORT
default n
help
Collect DSS IRQ statistics, printable via debugfs
Collect DSS IRQ statistics, printable via debugfs.

The statistics can be found from
<debugfs>/omapdss/dispc_irq for DISPC interrupts, and
<debugfs>/omapdss/dsi_irq for DSI interrupts.

config OMAP2_DSS_RFBI
bool "RFBI support"
default n
help
MIPI DBI, or RFBI (Remote Framebuffer Interface), support.
MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas
Instrument's terminology).

DBI is a bus between the host processor and a peripheral,
such as a display or a framebuffer chip.

See http://www.mipi.org/ for DBI spesifications.

config OMAP2_DSS_VENC
bool "VENC support"
default y
help
OMAP Video Encoder support.
OMAP Video Encoder support for S-Video and composite TV-out.

config OMAP2_DSS_SDI
bool "SDI support"
Expand All @@ -51,12 +61,20 @@ config OMAP2_DSS_SDI
help
SDI (Serial Display Interface) support.

SDI is a high speed one-way display serial bus between the host
processor and a display.

config OMAP2_DSS_DSI
bool "DSI support"
depends on ARCH_OMAP3
default n
help
MIPI DSI support.
MIPI DSI (Display Serial Interface) support.

DSI is a high speed half-duplex serial interface between the host
processor and a peripheral, such as a display or a framebuffer chip.

See http://www.mipi.org/ for DSI spesifications.

config OMAP2_DSS_USE_DSI_PLL
bool "Use DSI PLL for PCLK (EXPERIMENTAL)"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap2/omapfb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config FB_OMAP2_DEBUG_SUPPORT
depends on FB_OMAP2
help
Support for debug output. You have to enable the actual printing
with debug module parameter.
with 'debug' module parameter.

config FB_OMAP2_FORCE_AUTO_UPDATE
bool "Force main display to automatic update mode"
Expand Down

0 comments on commit bdef019

Please sign in to comment.