hardware/intel/intel-driver
Revision | 67e122a4b100365d5d8bb6377c73e39f6c44abf9 (tree) |
---|---|
Time | 2015-08-17 09:29:29 |
Author | Zhao Yakui <yakui.zhao@inte...> |
Commiter | Zhao, Yakui |
VPP: Flush batch buffer to assure that previous GPU operation is submitted
Tested-by: Zaverel <zaverel@free.fr>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
@@ -5957,6 +5957,8 @@ i965_proc_picture(VADriverContextP ctx, | ||
5957 | 5957 | obj_surface, |
5958 | 5958 | pipeline_param->output_background_color); |
5959 | 5959 | |
5960 | + intel_batchbuffer_flush(hw_context->batch); | |
5961 | + | |
5960 | 5962 | saved_filter_flag = i965pp_context->filter_flags; |
5961 | 5963 | i965pp_context->filter_flags = VA_FILTER_SCALING_HQ; |
5962 | 5964 |