From aa04ed649442296366bc2bad1936ec5184235069 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 23 Jul 2013 15:53:02 -0700 Subject: Added structure members x_mm and y_mm to edid decoding Change-Id: I9a628cec4da127a3f072d9611259dad99dfa9d29 Reviewed-on: https://gerrit.chromium.org/gerrit/63125 Reviewed-by: Ronald G. Minnich Commit-Queue: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-on: http://review.coreboot.org/4382 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/include/edid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/edid.h') diff --git a/src/include/edid.h b/src/include/edid.h index 88ce55f804..4a2f13858b 100644 --- a/src/include/edid.h +++ b/src/include/edid.h @@ -45,6 +45,8 @@ struct edid { /* used to compute timing for graphics chips. */ unsigned char phsync; unsigned char pvsync; + unsigned int x_mm; + unsigned int y_mm; unsigned int pixel_clock; unsigned int link_clock; unsigned int ha; -- cgit v1.2.3