[Libva] [PATCH 1/5] vpp/gen8: Fix the incorrect loading of kernel module.

sreerenj.balachandran at intel.com sreerenj.balachandran at intel.com
Mon Oct 12 01:37:56 PDT 2015


From: Sreerenj Balachandran <sreerenj.balachandran at intel.com>

The correct i965 kernel interface index for pp_pl3_load_save_pl3_gen8 is PP_PL3_LOAD_SAVE_PL3.

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
---
 src/gen8_post_processing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gen8_post_processing.c b/src/gen8_post_processing.c
index deb0787..714997f 100644
--- a/src/gen8_post_processing.c
+++ b/src/gen8_post_processing.c
@@ -175,7 +175,7 @@ static struct pp_module pp_modules_gen8[] = {
     {
         {
             "PL3_PL3",
-            PP_PL3_LOAD_SAVE_N12,
+            PP_PL3_LOAD_SAVE_PL3,
             pp_pl3_load_save_pl3_gen8,
             sizeof(pp_pl3_load_save_pl3_gen8),
             NULL,
-- 
2.1.4



More information about the Libva mailing list