summaryrefslogtreecommitdiffstats
path: root/hwc
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2012-04-03 11:40:43 -0700
committerMike Lockwood <lockwood@google.com>2012-04-03 11:40:43 -0700
commitbd6a9f2c001ca2e9e33bf72c196709192d7d5045 (patch)
treee9265602bbce4e9f291717fb64e5459b9ebcdb75 /hwc
parent238f3ca46c58df55c570315b70a7fd20a241497b (diff)
parent04512dd8a3fd2830139e3f352a295841c7eed190 (diff)
downloadhardware_ti_omap4xxx-bd6a9f2c001ca2e9e33bf72c196709192d7d5045.zip
hardware_ti_omap4xxx-bd6a9f2c001ca2e9e33bf72c196709192d7d5045.tar.gz
hardware_ti_omap4xxx-bd6a9f2c001ca2e9e33bf72c196709192d7d5045.tar.bz2
Merge commit '04512dd'
Conflicts: hwc/hwc.c Change-Id: I8e55acb05f4f01aa404296fd200286b4a435e3f9
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 bc54f12..2762af7 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -831,7 +831,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 = 1 } };
omap4_hwc_ext_t *ext = &hwc_dev->ext;