summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorQu Pengfei <Pengfei.qu@intel.com>2017-10-13 16:21:04 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-01-11 08:25:16 +0800
commit4c1992b1aae12487c2578ee8dc2b5c2640ef797a (patch)
tree4f43c8a69dac971f89c8de99629c4548673f8154 /test
parent6557bb485cd57543170cb0958146e72a62031bf8 (diff)
downloadlibva-intel-driver-4c1992b1aae12487c2578ee8dc2b5c2640ef797a.tar.gz
ENC: enable avc encoder on cnl
Signed-off-by: Pengfei Qu <pengfei.qu@intel.com> Signed-off-by: peng.chen <peng.c.chen@intel.com>
Diffstat (limited to 'test')
-rw-r--r--test/i965_avce_context_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/i965_avce_context_test.cpp b/test/i965_avce_context_test.cpp
index 7be25673..aa74eaf8 100644
--- a/test/i965_avce_context_test.cpp
+++ b/test/i965_avce_context_test.cpp
@@ -61,7 +61,8 @@ protected:
struct i965_driver_data *i965(*this);
if (not i965) return NULL;
- if (IS_GEN9(i965->intel.device_info))
+ if (IS_GEN9(i965->intel.device_info)
+ ||IS_GEN10(i965->intel.device_info))
is_gen9 = true;
struct object_context const *obj_context = CONTEXT(context);