Update the size of DMV buffer for H.264 decoding on IVB
authorXiang, Haihao <haihao.xiang@intel.com>
Fri, 22 Feb 2013 05:56:04 +0000 (13:56 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 22 Feb 2013 06:01:07 +0000 (14:01 +0800)
commit00f65b78e6de520a4820702207ce098c6b073724
tree11a23f722ba2b19d5dd5d98360e8ab71c9e2dab5
parentafbf1af3b0009d97031d1011c9b2441f6219c7bd
Update the size of DMV buffer for H.264 decoding on IVB

It is at least width_in_mbs * align(height_in_mbs, 2) * 64.
Use width_in_mbs * (height_in_mbs + 1) * 64 in the driver.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59050
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen7_mfd.c