From: Alyssa Rosenzweig Date: Mon, 23 Sep 2019 11:51:08 +0000 (-0400) Subject: pan/midgard: Remove csel constant unit force X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=941bdd208809f67a3c6820b07a71cb0df9f7ff72;p=mesa.git pan/midgard: Remove csel constant unit force Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c index 585591d9356..95ec48e9563 100644 --- a/src/panfrost/midgard/midgard_compile.c +++ b/src/panfrost/midgard/midgard_compile.c @@ -1991,9 +1991,6 @@ inline_alu_constants(compiler_context *ctx, midgard_block *block) midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, scratch); attach_constants(ctx, &ins, entry, alu->src[1] + 1); - /* Force a break XXX Defer r31 writes */ - ins.unit = UNIT_VLUT; - /* Set the source */ alu->src[1] = scratch;