summaryrefslogtreecommitdiffstats
path: root/src/include/edid.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@google.com>2013-04-24 09:50:56 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 02:39:42 +0200
commit78c3e3355003ff2c0c2917f445e0c8dd3e083f52 (patch)
treeaee7fd72df21046e36ffa80d1143ba25e674022a /src/include/edid.h
parentb2893a0169ce603926bf13465432a15c4526de97 (diff)
downloadcoreboot-78c3e3355003ff2c0c2917f445e0c8dd3e083f52.tar.gz
coreboot-78c3e3355003ff2c0c2917f445e0c8dd3e083f52.tar.bz2
coreboot-78c3e3355003ff2c0c2917f445e0c8dd3e083f52.zip
FUI: reorganize include files
We've got enough of a handle on this to realize some things: drm_dp_helper.h is by design device and architecture independent i915.h is common to most intel graphics chipsets going back several years i915_reg.h is as well Move these files to src/include/device, and adjust the .c files accordingly. Change-Id: I07512b3695fea0b22949074b467986420783d62a Signed-off-by: Ronald G. Minnich <rminnich@google.com> Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3637 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/edid.h')
-rw-r--r--src/include/edid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/edid.h b/src/include/edid.h
index 8809cced362e..7d4736dc334e 100644
--- a/src/include/edid.h
+++ b/src/include/edid.h
@@ -66,5 +66,6 @@ struct edid {
/* Defined in src/lib/edid.c */
int decode_edid(unsigned char *edid, int size, struct edid *out);
+void set_vbe_mode_info_valid(struct edid *edid, uintptr_t fb_addr);
#endif /* EDID_H */