summaryrefslogtreecommitdiff
path: root/src/gen6_vme.h
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2013-01-07 13:18:47 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-02-27 09:51:39 +0800
commit1e24b10d57f9523cf133332501af9285ab75ed5e (patch)
treea38d814be932dfff2f63c13f03d838d8179d8727 /src/gen6_vme.h
parent20bfe6784c2830ad4cc711b6035ed8a70ca2ad45 (diff)
downloadlibva-intel-driver-1e24b10d57f9523cf133332501af9285ab75ed5e.tar.gz
Add the separated media encoding/decoding files for BDW
As a lot of changes about the media are added between Haswell and BDW, the separated media encoding/decoding files are added for BDW. This is to avoid complex backward logic for Haswell. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> [Haihao: directly use object instead of id] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/gen6_vme.h')
-rw-r--r--src/gen6_vme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen6_vme.h b/src/gen6_vme.h
index 939a4a37..d4619825 100644
--- a/src/gen6_vme.h
+++ b/src/gen6_vme.h
@@ -174,4 +174,5 @@ intel_avc_vme_reference_state(VADriverContextP ctx,
struct object_surface *obj_surface,
struct intel_encoder_context *encoder_context));
+extern Bool gen8_vme_context_init(VADriverContextP ctx, struct intel_encoder_context *encoder_context);
#endif /* _GEN6_VME_H_ */