summaryrefslogtreecommitdiff
path: root/src/i965_output_dri.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-03-14 15:47:05 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-03-15 15:45:28 +0800
commit855cf8eadca5c5f0f51786a80505a8f14316e3bb (patch)
treea479cbe1dc5a5925fa1b57920ba1b66ed42dc64c /src/i965_output_dri.c
parentc93c0cbf6934e15bc340643c51cd6b5925531c41 (diff)
downloadlibva-intel-driver-855cf8eadca5c5f0f51786a80505a8f14316e3bb.tar.gz
VPP: check the backing store buffer
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_output_dri.c')
-rw-r--r--src/i965_output_dri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_output_dri.c b/src/i965_output_dri.c
index 8a95a0fd..34854acb 100644
--- a/src/i965_output_dri.c
+++ b/src/i965_output_dri.c
@@ -189,7 +189,7 @@ i965_put_surface_dri(
else if (flags & VA_BOTTOM_FIELD)
pp_flag |= I965_PP_FLAG_BOTTOM_FIELD;
- intel_render_put_surface(ctx, surface, obj_surface, src_rect, dst_rect, pp_flag);
+ intel_render_put_surface(ctx, obj_surface, src_rect, dst_rect, pp_flag);
for(i = 0; i < I965_MAX_SUBPIC_SUM; i++){
if(obj_surface->subpic[i] != VA_INVALID_ID) {