[Libva] [Libva-intel-driver][PATCH] Enable AVC VDEnc on BXT

Xiang, Haihao haihao.xiang at intel.com
Fri Dec 16 07:21:43 UTC 2016


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 <haihao.xiang at intel.com>
---
 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 = {
-- 
1.9.1



More information about the Libva mailing list