linux/drivers/video/omap2/dss
Archit Taneja 2e063c305a OMAPDSS: DSI: Fix bug when calculating LP command interleaving parameters
In function dsi_compute_interleave_lp(), the escape clock/LP clock time period
is calculated incorrectly. The escape clock/LP clock is calculated as:

LP Clock(Hz) = DSI_FCLK(Hz) / lp_clk_div

Since we are calculating the time period of LP clock, the LP clock divider
should be multiplied with the time period of DSI_FCLK.

Calculating incorrect value of txclkesc results in incorrect calculation of LP
interleaving parameters, it also creates a possibility of a divide by zero
error.

Reported-by: Sureshkumar Manimuthu <mail2msuresh@ti.com>

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-06-04 13:07:51 +03:00
..
Kconfig
Makefile
apply.c
core.c OMAPDSS: fix build when DEBUG_FS or DSS_DEBUG_SUPPORT disabled 2012-06-04 11:04:40 +03:00
dispc.c OMAPDSS: VENC/DISPC: Delay dividing Y resolution for managers connected to VENC 2012-05-22 11:00:01 +03:00
dispc.h
dispc_coefs.c
display.c
dpi.c
dsi.c OMAPDSS: DSI: Fix bug when calculating LP command interleaving parameters 2012-06-04 13:07:51 +03:00
dss.c OMAPDSS: fix bogus WARN_ON in dss_runtime_put() 2012-06-04 11:04:41 +03:00
dss.h
dss_features.c
dss_features.h
hdmi.c
hdmi_panel.c
manager.c
overlay.c
rfbi.c
sdi.c
ti_hdmi.h
ti_hdmi_4xxx_ip.c OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request 2012-05-22 11:00:09 +03:00
ti_hdmi_4xxx_ip.h
venc.c OMAPDSS: Apply VENC timings even if panel is disabled 2012-05-22 11:00:08 +03:00