From ec1c614ee67313366d943bdb16f36d61022818b7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 19 Jan 2020 10:28:02 +0100 Subject: fw tmp --- mg2d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mg2d.c b/mg2d.c index 3901b9f..06e7b38 100644 --- a/mg2d.c +++ b/mg2d.c @@ -865,9 +865,10 @@ static int mg_levels_init(MG2DContext *ctx) if (ctx->fd_stencil == 1) op_restrict = GRID_TRANSFER_FW_2; else - op_restrict = GRID_TRANSFER_FW_1; + op_restrict = GRID_TRANSFER_FW_3_GENERIC; } else { op_restrict = GRID_TRANSFER_LAGRANGE_1; + op_restrict = GRID_TRANSFER_FW_3_GENERIC; } ret = mg_setup_restrict(ctx, cur, op_restrict); -- cgit v1.2.3