summaryrefslogtreecommitdiffstats
path: root/include/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fb.h')
-rw-r--r--include/fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fb.h b/include/fb.h
index d0bab48bdd..311d5db192 100644
--- a/include/fb.h
+++ b/include/fb.h
@@ -99,6 +99,7 @@ struct display_timings {
unsigned int num_modes;
struct fb_videomode *modes;
+ void *edid;
};
struct i2c_adapter;
@@ -143,6 +144,7 @@ struct fb_info {
};
struct display_timings *of_get_display_timings(struct device_node *np);
+void display_timings_release(struct display_timings *);
int register_framebuffer(struct fb_info *info);