diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2015-10-12 11:37:57 +0300 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2015-10-13 14:38:43 +0800 |
commit | f365892c6710be2d4e29759b99afb57903f62b59 (patch) | |
tree | e67df8370573279849b2956157f3accfb7744bc1 | |
parent | 0ac92800724ddcaf85826963ce50d84894143814 (diff) |
vpp/gen9: Fix the incorrect loading of kernel module.
The correct i965_kernel interace index for pp_pl3_load_save_pl3_gen9 is PP_PL3_LOAD_SAVE_PL3.
Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
-rw-r--r-- | src/gen9_post_processing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen9_post_processing.c b/src/gen9_post_processing.c index 17def64..a60c70b 100644 --- a/src/gen9_post_processing.c +++ b/src/gen9_post_processing.c @@ -154,7 +154,7 @@ static struct pp_module pp_modules_gen9[] = { { { "PL3_PL3", - PP_PL3_LOAD_SAVE_N12, + PP_PL3_LOAD_SAVE_PL3, pp_pl3_load_save_pl3_gen9, sizeof(pp_pl3_load_save_pl3_gen9), NULL, |