summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;