summaryrefslogtreecommitdiffstats
path: root/hwc
diff options
context:
space:
mode:
authorTravis Geiselbrecht <travisg@google.com>2012-03-15 15:24:14 -0700
committerTravis Geiselbrecht <travisg@google.com>2012-03-21 15:30:05 -0700
commit04512dd8a3fd2830139e3f352a295841c7eed190 (patch)
treef0218b7b99af1f9904f1ca8e83a8fb90595a1afc /hwc
parent8e8bf69d94423df082460c43d818e58046b2d1de (diff)
downloadhardware_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
Diffstat (limited to 'hwc')
-rw-r--r--hwc/hwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index 04be6af..4ff0754 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -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;