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 | bd6a9f2c001ca2e9e33bf72c196709192d7d5045 (patch) | |
tree | e9265602bbce4e9f291717fb64e5459b9ebcdb75 /hwc | |
parent | 238f3ca46c58df55c570315b70a7fd20a241497b (diff) | |
parent | 04512dd8a3fd2830139e3f352a295841c7eed190 (diff) | |
download | hardware_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.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; |