summaryrefslogtreecommitdiff
path: root/test/i965_avce_test_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/i965_avce_test_common.cpp')
-rw-r--r--test/i965_avce_test_common.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/i965_avce_test_common.cpp b/test/i965_avce_test_common.cpp
index 46a2b20b..1948c871 100644
--- a/test/i965_avce_test_common.cpp
+++ b/test/i965_avce_test_common.cpp
@@ -59,6 +59,13 @@ VAStatus CheckSupported(VAProfile profile, VAEntrypoint entrypoint)
if (HAS_LP_H264_ENCODING(i965)) {
return VA_STATUS_SUCCESS;
}
+ } else if (entrypoint == VAEntrypointFEI) {
+ if (IS_SKL(i965->intel.device_info)) {
+ return VA_STATUS_SUCCESS;
+ }
+ if (HAS_FEI_H264_ENCODING(i965)) {
+ return VA_STATUS_SUCCESS;
+ }
}
break;