summaryrefslogtreecommitdiffstats
path: root/src/include/edid.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2013-07-23 15:53:02 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 08:04:13 +0100
commitaa04ed649442296366bc2bad1936ec5184235069 (patch)
treec0a7ee7b8530c344564b35b8341759a4e032e533 /src/include/edid.h
parent6b19071ffb89dbb68196b7f3b088d87d4fad9e80 (diff)
downloadcoreboot-aa04ed649442296366bc2bad1936ec5184235069.tar.gz
coreboot-aa04ed649442296366bc2bad1936ec5184235069.tar.bz2
coreboot-aa04ed649442296366bc2bad1936ec5184235069.zip
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 <rminnich@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: http://review.coreboot.org/4382 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/include/edid.h')
-rw-r--r--src/include/edid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/edid.h b/src/include/edid.h
index 88ce55f804e2..4a2f13858b34 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;