diff options
-rw-r--r-- | etnaviv/etnaviv_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etnaviv/etnaviv_op.c b/etnaviv/etnaviv_op.c index eb53175..838438a 100644 --- a/etnaviv/etnaviv_op.c +++ b/etnaviv/etnaviv_op.c @@ -419,7 +419,7 @@ void etnaviv_vr_op(struct etnaviv *etnaviv, struct etnaviv_vr_op *op, etnaviv_set_dest_bo(etnaviv, &op->dst, op->cmd); - EL_START(etnaviv, 10 * 8 * n); + EL_START(etnaviv, 10 + 8 * n); EL(LOADSTATE(VIVS_DE_ALPHA_CONTROL, 1)); EL(VIVS_DE_ALPHA_CONTROL_ENABLE_OFF); |