diff options
author | Mike Lockwood <lockwood@google.com> | 2012-04-03 11:40:43 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2012-04-03 11:40:43 -0700 |
commit | 76e15344d397db27f4e27033db5bee840c7f344b (patch) | |
tree | 53817545dfb1e1f08d2289365865a79a6a5be02e | |
parent | 6efaaeaeccf7150746785a3ac7c0e867f62c0606 (diff) | |
parent | f56e5739bba0ea7ade6c3fe22f84a1ab812f4e2f (diff) | |
download | hardware_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |