summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2015-11-23 10:59:45 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-05-09 16:52:22 +0800
commit3d94c80a04daa983ea7f5d3ba3d286c876327955 (patch)
tree4c40e37c257996cbd3c0d14774d68d7144c4a1ac
parent8d1651b4d130213af0350cab3b9ce1b1179d1c04 (diff)
Export Low power encoding for H.264 on SKL
Only CQP mode is supported by now Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>
-rw-r--r--src/i965_device_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i965_device_info.c b/src/i965_device_info.c
index 5303643..0d9f2cd 100644
--- a/src/i965_device_info.c
+++ b/src/i965_device_info.c
@@ -357,6 +357,9 @@ static struct hw_codec_info skl_hw_codec_info = {
.has_h264_mvc_encoding = 1,
.has_hevc_decoding = 1,
.has_hevc_encoding = 1,
+ .has_lp_h264_encoding = 1,
+
+ .lp_h264_brc_mode = VA_RC_CQP,
.num_filters = 5,
.filters = {