2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00
linux-next/drivers/video/omap2/dss
Archit Taneja 1e676248c8 OMAPDSS: HDMI4: Accept non-standard timings
The hdmi4 driver currently rejects any timing which is not from the CEA or VESA
standards. This leads hdmi rejecting any non-standard mode. A non standard
timing may not have a valid code corresponding to it. In such cases, the HDMI
spec suggests to set the code to 0.

Modify the driver to check if the timings fall within the range of the DISPC
TV overlay manager, and remove the check for an invalid code. Add a debug print
specifying the mode and code in hdmi_display_set_timing.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2014-01-13 12:19:51 +02:00
..
apply.c OMAPDSS: apply fixes 2013-12-30 16:14:15 +02:00
core.c omapdss: HDMI: Rename hdmi driver files to nicer names 2013-10-09 12:42:30 +03:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc-compat.c OMAPDSS: gracefully disable overlay at error 2013-06-17 14:00:56 +03:00
dispc-compat.h OMAPDSS: move irq handling to dispc-compat 2012-12-07 17:05:57 +02:00
dispc.c OMAPDSS: DISPC: Add MFLAG defines 2013-12-30 16:14:15 +02:00
dispc.h OMAPDSS: DISPC: Add MFLAG defines 2013-12-30 16:14:15 +02:00
display-sysfs.c OMAPDSS: rename display-sysfs 'name' entry 2013-12-30 16:14:15 +02:00
display.c OMAPDSS: Fix de_level in videomode_to_omap_video_timings() 2013-10-18 10:57:43 +03:00
dpi.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
dsi.c OMAPDSS: DSI: fix fifosize 2013-12-30 16:14:15 +02:00
dss_features.c OMAPDSS: DISPC: Add MFLAG defines 2013-12-30 16:14:15 +02:00
dss_features.h OMAPDSS: DISPC: Add MFLAG defines 2013-12-30 16:14:15 +02:00
dss.c OMAPDSS: fix dss_get_ctx_loss_count for DT 2013-06-17 14:00:41 +03:00
dss.h omapdss: HDMI: Rename hdmi driver files to nicer names 2013-10-09 12:42:30 +03:00
hdmi4_core.c OMAPDSS: fix debug prints 2013-12-30 16:14:15 +02:00
hdmi4_core.h omapdss: HDMI: move common functions to a separate file 2013-10-09 12:42:37 +03:00
hdmi4.c OMAPDSS: HDMI4: Accept non-standard timings 2014-01-13 12:19:51 +02:00
hdmi_common.c OMAPDSS: fix debug prints 2013-12-30 16:14:15 +02:00
hdmi_phy.c omapdss: HDMI: Rename hdmi driver files to nicer names 2013-10-09 12:42:30 +03:00
hdmi_pll.c OMAPDSS: fix debug prints 2013-12-30 16:14:15 +02:00
hdmi_wp.c OMAPDSS: fix debug prints 2013-12-30 16:14:15 +02:00
hdmi.h omapdss: HDMI: move common functions to a separate file 2013-10-09 12:42:37 +03:00
Kconfig OMAPDSS: RFBI: Mark RFBI as broken 2013-08-29 16:21:51 +03:00
Makefile omapdss: HDMI: move common functions to a separate file 2013-10-09 12:42:37 +03:00
manager-sysfs.c OMAPDSS: fix WARN_ON in 'alpha_blending_enabled' sysfs file 2013-08-29 16:43:47 +03:00
manager.c OMAPDSS: split overlay manager creation 2013-06-17 14:00:42 +03:00
output.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
overlay-sysfs.c OMAPDSS: split overlay sysfs code 2012-09-07 20:02:10 +03:00
overlay.c OMAPDSS: apply fixes 2013-12-30 16:14:15 +02:00
rfbi.c OMAPDSS: RFBI: remove code related to old panel model 2013-08-29 16:21:53 +03:00
sdi.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
venc_panel.c OMAPDSS: Add panel dev pointer to dssdev 2013-06-17 14:00:50 +03:00
venc.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00