From a59c043972d8360ea1ab896dc3a16709e6e84331 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Fri, 16 Dec 2016 15:21:43 +0800 Subject: Enable AVC VDEnc on BXT I verified AVC VDEnc with the HuC loading patch from https://patchwork.freedesktop.org/api/1.0/series/16584/revisions/1/mbox/ Signed-off-by: Xiang, Haihao Tested-by: Tang, FuweiX --- src/i965_device_info.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i965_device_info.c b/src/i965_device_info.c index 13ac49c..73602ae 100644 --- a/src/i965_device_info.c +++ b/src/i965_device_info.c @@ -419,6 +419,9 @@ static struct hw_codec_info bxt_hw_codec_info = { .has_hevc10_decoding = 1, .has_vp9_decoding = 1, .has_vpp_p010 = 1, + .has_lp_h264_encoding = 1, + + .lp_h264_brc_mode = VA_RC_CQP, .num_filters = 5, .filters = { -- cgit v1.2.3