dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH edid-decode 1/3] Add a missing comma to the list of CEA VICs
@ 2013-09-27 11:26 Thomas Wood
  2013-09-27 11:27 ` [PATCH edid-decode 2/3] Include the last VIC in the CEA video block Thomas Wood
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Wood @ 2013-09-27 11:26 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
---
 edid-decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edid-decode.c b/edid-decode.c
index d3e3118..3830e0c 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -649,7 +649,7 @@ static const char *edid_cea_modes[] = {
     "1440x240@60Hz",
     "1440x240@60Hz",
     "2880x480i@60Hz",
-    "2880x480i@60Hz"
+    "2880x480i@60Hz",
     "2880x240@60Hz",
     "2880x240@60Hz",
     "1440x480@60Hz",
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-27 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 11:26 [PATCH edid-decode 1/3] Add a missing comma to the list of CEA VICs Thomas Wood
2013-09-27 11:27 ` [PATCH edid-decode 2/3] Include the last VIC in the CEA video block Thomas Wood
2013-09-27 11:27 ` [PATCH edid-decode 3/3] Print the correct VIC number next to the mode Thomas Wood
2013-09-27 12:35 ` [PATCH edid-decode 1/3] Add a missing comma to the list of CEA VICs Damien Lespiau
2013-09-27 14:06 ` Damien Lespiau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox