summaryrefslogtreecommitdiffstats
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
commit76e15344d397db27f4e27033db5bee840c7f344b (patch)
tree53817545dfb1e1f08d2289365865a79a6a5be02e
parent6efaaeaeccf7150746785a3ac7c0e867f62c0606 (diff)
parentf56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f (diff)
downloadhardware_ti_omap4-76e15344d397db27f4e27033db5bee840c7f344b.zip
hardware_ti_omap4-76e15344d397db27f4e27033db5bee840c7f344b.tar.gz
hardware_ti_omap4-76e15344d397db27f4e27033db5bee840c7f344b.tar.bz2
Merge commit '04512dd'
Conflicts: hwc/hwc.c Change-Id: I8e55acb05f4f01aa404296fd200286b4a435e3f9
-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;