From 546f882fd853ee281269e49b395e86c135c5a43d Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Mon, 30 Jan 2012 13:52:51 +0800 Subject: [PATCH] Normal scaling on Ivybridge Need to adjust parameters later Signed-off-by: Xiang, Haihao --- src/i965_post_processing.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index c0ee251..f0da3e3 100644 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -400,6 +400,7 @@ static const uint32_t pp_pl3_load_save_pl3_gen7[][4] = { }; static const uint32_t pp_nv12_scaling_gen7[][4] = { +#include "shaders/post_processing/gen7/avs.g7b" }; static const uint32_t pp_nv12_avs_gen7[][4] = { @@ -502,7 +503,7 @@ static struct pp_module pp_modules_gen7[] = { NULL, }, - pp_nv12_scaling_initialize, + gen7_pp_nv12_avs_initialize, }, { -- 2.7.4