OSDN Git Service

Enlarge deblocking filter row store on BDW
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 23 Jan 2013 06:27:20 +0000 (14:27 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Feb 2014 02:00:20 +0000 (10:00 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen8_mfd.c

index bec1511..521ca01 100644 (file)
@@ -1352,7 +1352,7 @@ gen8_mfd_vc1_decode_init(VADriverContextP ctx,
     dri_bo_unreference(gen7_mfd_context->deblocking_filter_row_store_scratch_buffer.bo);
     bo = dri_bo_alloc(i965->intel.bufmgr,
                       "deblocking filter row store",
-                      width_in_mbs * 6 * 64,
+                      width_in_mbs * 7 * 64,
                       0x1000);
     assert(bo);
     gen7_mfd_context->deblocking_filter_row_store_scratch_buffer.bo = bo;