summaryrefslogtreecommitdiff
path: root/src/i965_device_info.c
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2017-08-18 11:16:36 -0700
committerXiang, Haihao <haihao.xiang@intel.com>2017-08-23 15:44:15 +0800
commit86f1891da0d0e8f30b1bc6b9da14a4917d0c10bc (patch)
tree3ba34a3e417d14dea7dd8f6ecf9ea492523deefb /src/i965_device_info.c
parent3ad971703c8abcad90013c1a53fb6cc6fc9e1145 (diff)
downloadlibva-intel-driver-86f1891da0d0e8f30b1bc6b9da14a4917d0c10bc.tar.gz
FEI: Add basic infrastructure for FEI enablement
Add necessary changes in common structures and apis to support FEI (Flexible Encoder Infrastructure). * add support for the new entrypoing VAEntrypointFEI * fixes in vaQueryConfigEntrypoints(), vaGetConfigAttributes(), vaCreateContext(), vaCreateBuffer(), vaRenderPicture() and vaEndPicture() Fixes #228 Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Diffstat (limited to 'src/i965_device_info.c')
-rw-r--r--src/i965_device_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_device_info.c b/src/i965_device_info.c
index 629b1f2a..cd736ac2 100644
--- a/src/i965_device_info.c
+++ b/src/i965_device_info.c
@@ -373,6 +373,7 @@ static struct hw_codec_info skl_hw_codec_info = {
.has_hevc_decoding = 1,
.has_hevc_encoding = 1,
.has_lp_h264_encoding = 1,
+ .has_fei_h264_encoding = 1,
.lp_h264_brc_mode = VA_RC_CQP,
.h264_brc_mode = VA_RC_CQP | VA_RC_CBR | VA_RC_VBR | VA_RC_MB,