From fb3117b0c98cceea0d2a6cd3691288ddfb6fa9bd Mon Sep 17 00:00:00 2001 From: Zhou Chang Date: Mon, 14 May 2012 15:35:53 +0800 Subject: [PATCH] Enable Stream-Out on IVB Signed-off-by: Zhou Chang --- src/gen7_mfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen7_mfc.c b/src/gen7_mfc.c index f1b8034..f8378b9 100644 --- a/src/gen7_mfc.c +++ b/src/gen7_mfc.c @@ -84,6 +84,7 @@ gen7_mfc_pipe_mode_select(VADriverContextP ctx, OUT_BCS_BATCH(batch, (MFX_LONG_MODE << 17) | /* Must be long format for encoder */ (MFD_MODE_VLD << 15) | /* VLD mode */ + (1 << 10) | /* Stream-Out Enable */ ((!!mfc_context->post_deblocking_output.bo) << 9) | /* Post Deblocking Output */ ((!!mfc_context->pre_deblocking_output.bo) << 8) | /* Pre Deblocking Output */ (0 << 8) | /* Pre Deblocking Output */ -- 2.7.4