summaryrefslogtreecommitdiffstats
path: root/hwc/hwc.c
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
commitf56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f (patch)
treefc68c2ca30e99a18eb74b2bc616c915c8408a704 /hwc/hwc.c
parent75bac23a564164f3b2eb18138f496df2a0795b43 (diff)
downloadhardware_ti_omap4-f56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f.zip
hardware_ti_omap4-f56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f.tar.gz
hardware_ti_omap4-f56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f.tar.bz2
hwc: pull down 32 modes instead of 16, some panels have a lot
Change-Id: I8707839bdf49278a7f62376a9bb5a8cb36f2a4de
Diffstat (limited to 'hwc/hwc.c')
-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;