commit | 4635c17d32359e10bcaba3d1835e4aaaea685298 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 14 14:14:15 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jun 17 14:00:58 2013 +0300 |
tree | 9079f3d95c7cbe47aa7b13cf1f8e490370ce5019 | |
parent | bc24b8b6d75be869e2ae0c1e4d93cbb0463f5935 [diff] |
drm/omap: DVI connector fix The omapdrm driver currently uses a string comparison to find out if the display is a DVI display. This is not reliable, and as we now have a specific display type for DVI, let's use that. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>