summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-19 10:28:02 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-19 10:28:23 +0100
commitec1c614ee67313366d943bdb16f36d61022818b7 (patch)
tree408351de87d878e81fdf088134bd7a0411946009
parentd92f731849db8d7380c7ba4711893bc0dc6cc8f6 (diff)
fw tmp
-rw-r--r--mg2d.c3
1 files changed, 2 insertions, 1 deletions
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);