diff options
author | Travis Geiselbrecht <travisg@google.com> | 2012-03-15 15:24:14 -0700 |
---|---|---|
committer | Travis Geiselbrecht <travisg@google.com> | 2012-03-21 15:30:05 -0700 |
commit | 04512dd8a3fd2830139e3f352a295841c7eed190 (patch) | |
tree | f0218b7b99af1f9904f1ca8e83a8fb90595a1afc | |
parent | 8e8bf69d94423df082460c43d818e58046b2d1de (diff) | |
download | hardware_ti_omap4xxx-04512dd8a3fd2830139e3f352a295841c7eed190.zip hardware_ti_omap4xxx-04512dd8a3fd2830139e3f352a295841c7eed190.tar.gz hardware_ti_omap4xxx-04512dd8a3fd2830139e3f352a295841c7eed190.tar.bz2 |
hwc: pull down 32 modes instead of 16, some panels have a lot
Change-Id: I8707839bdf49278a7f62376a9bb5a8cb36f2a4de
-rw-r--r-- | hwc/hwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -890,7 +890,7 @@ static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, struct _qdis { struct dsscomp_display_info dis; - struct dsscomp_videomode modedb[16]; + struct dsscomp_videomode modedb[32]; } d = { .dis = { .ix = dis_ix } }; omap4_hwc_ext_t *ext = &hwc_dev->ext; |