summaryrefslogtreecommitdiff
path: root/src/i965_device_info.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-02-03 16:08:26 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2017-02-03 16:08:26 +0800
commita437679ffbd00fa7381c3160ede06346ce9aff96 (patch)
tree4a8d9b7d132711f781fe4f3d89b0c115a43c3324 /src/i965_device_info.c
parent8ccf612d70e333491b1f496ec8542582286a296c (diff)
downloadlibva-intel-driver-a437679ffbd00fa7381c3160ede06346ce9aff96.tar.gz
1037U doesn't support encoding
1037U is recognized as Ivy Bridge, but actually 1037U doesn't support encoding, so we have to add it into the cpu hook list. Refer to https://github.com/01org/intel-vaapi-driver/issues/3 for more info. Signed-off-by: Xiang, Haihao <haihao.xiang@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 0fc8930c..4edc5f71 100644
--- a/src/i965_device_info.c
+++ b/src/i965_device_info.c
@@ -824,6 +824,7 @@ static void gen6_hw_codec_preinit(VADriverContextP ctx, struct hw_codec_info *co
*/
const static char *gen7_cpu_hook_list[] = {
"Intel(R)Celeron(R)CPU1007U",
+"Intel(R)Celeron(R)CPU1037U",
"Intel(R)Pentium(R)CPUG2130",
};