diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-01-09 13:20:53 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2014-01-09 13:24:02 +0100 |
commit | c54b9b8f76bfd8786c6cfbce942c1b1aebcb3ef1 (patch) | |
tree | 52518eef27f4b56414b2ea721affc0b5e903681a /arch | |
parent | 940e4718d4367ff516e1a4fa8c0fa32b46097298 (diff) |
tegra: video: parse multiple modedbs
In order to find a viable resolution we not only parse VESA mode,
we also parse CEA (multimedia) modes and our own small modedb (for
specific touch screens).
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/dc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h index abab990aab23..13dc8c0be03a 100644 --- a/arch/arm/mach-tegra/include/mach/dc.h +++ b/arch/arm/mach-tegra/include/mach/dc.h @@ -601,5 +601,6 @@ void tegra_dc_put_edid(struct tegra_dc_edid *edid); int tegra_dc_set_flip_callback(int (*callback)(void)); int tegra_dc_unset_flip_callback(void); int tegra_dc_get_panel_sync_rate(void); - +int tegra_fb_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, + const char* option, unsigned int default_bpp); #endif |