]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/videomodes.h
usb: dwc2: Add brcm,bcm2708-usb compatible
[u-boot] / drivers / video / videomodes.h
index 047b8a9838b616c8fdc436e0281637778c310695..29a3db4ae3c5fbc40115cdb1664d47f6062538a9 100644 (file)
@@ -1,10 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2004
  * Pierre Aubert, Staubli Faverges , <p.aubert@staubli.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <edid.h>
 
 #ifndef CONFIG_SYS_DEFAULT_VIDEO_MODE
 #define CONFIG_SYS_DEFAULT_VIDEO_MODE  0x301
@@ -89,3 +89,6 @@ void video_get_option_string(const char *options, const char *name,
                             char *dest, int dest_len, const char *def);
 
 int video_get_option_int(const char *options, const char *name, int def);
+
+int video_edid_dtd_to_ctfb_res_modes(struct edid_detailed_timing *t,
+                                    struct ctfb_res_modes *mode);