i965_drv_video: enable AVS for scaling
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 21 Jul 2011 05:07:11 +0000 (13:07 +0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 25 Aug 2011 12:29:01 +0000 (14:29 +0200)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_post_processing.c

index b2e7435..e0e9513 100644 (file)
@@ -2412,7 +2412,7 @@ i965_proc_picture(VADriverContextP ctx,
     i965_post_processing_internal(ctx, &proc_context->pp_context,
                                   input_param->surface, proc_state->current_render_target,
                                   &input_param->region, &pipeline_param->output_region,
-                                  PP_NV12_SCALING);
+                                  PP_NV12_AVS);
 
     intel_batchbuffer_flush(hw_context->batch);
 }