summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.h
diff options
context:
space:
mode:
authorSirisha Muppavarapu <sirisha.muppavarapu@intel.com>2015-05-28 08:08:52 -0700
committerXiang, Haihao <haihao.xiang@intel.com>2015-12-07 12:30:33 +0800
commitbcab944bc6e898e209b1e09befb81134c31a0b22 (patch)
tree52f49344c1dccb3f036b8040dc5ce5e08e67b709 /src/i965_drv_video.h
parentbace1e29c669f3fe47cb41c57fc817b493fc7882 (diff)
VP9 HWDec: Added profile and entrypoint for VAProfileVP9Profile0 in the driver
v2: don't export VP9 decoding on BXT because VP9 decoding isn't enabled (Peng) Signed-off-by: Sirisha Muppavarapu <sirisha.muppavarapu@intel.com> Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Signed-off-by: peng.chen <peng.c.chen@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Diffstat (limited to 'src/i965_drv_video.h')
-rw-r--r--src/i965_drv_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
index 44983da..bdb7512 100644
--- a/src/i965_drv_video.h
+++ b/src/i965_drv_video.h
@@ -387,6 +387,7 @@ struct hw_codec_info
unsigned int has_hevc_decoding:1;
unsigned int has_hevc_encoding:1;
unsigned int has_hevc10_decoding:1;
+ unsigned int has_vp9_decoding:1;
unsigned int num_filters;
struct i965_filter filters[VAProcFilterCount];