summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2013-12-27 15:05:44 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-02-27 10:30:07 +0800
commit3125cd8e17bb8bf11ad9a491686d8ae8d2d11ad9 (patch)
tree2c22c6f236363d917f732691004396a88c5bbee7
parent60df99091d948cd9055fde776d79ef2cc72908f2 (diff)
downloadlibva-intel-driver-3125cd8e17bb8bf11ad9a491686d8ae8d2d11ad9.tar.gz
libva-intel-driver-3125cd8e17bb8bf11ad9a491686d8ae8d2d11ad9.tar.bz2
libva-intel-driver-3125cd8e17bb8bf11ad9a491686d8ae8d2d11ad9.zip
Fix the error for the VPP conversion of NV12->NV12 on BDW
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
-rwxr-xr-xsrc/i965_post_processing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c
index aa0311d..cf1d159 100755
--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -1054,7 +1054,7 @@ static struct pp_module pp_modules_gen75[] = {
NULL,
},
- gen7_pp_nv12_dndi_initialize,
+ gen8_pp_plx_avs_initialize,
},
{