[Mesa-dev] [PATCH v2 1/3] gk110/ir: fix wrong emission of BAR.SYNC

Ilia Mirkin imirkin at alum.mit.edu
Sun Mar 6 22:23:42 UTC 2016


Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

On Mon, Feb 29, 2016 at 3:54 PM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
>  src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
> index b6b3ec7..21138b1 100644
> --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
> +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
> @@ -1273,7 +1273,6 @@ CodeEmitterGK110::emitBAR(const Instruction *i)
>     case NV50_IR_SUBOP_BAR_RED_OR:   code[1] |= 0x90; break;
>     case NV50_IR_SUBOP_BAR_RED_POPC: code[1] |= 0x10; break;
>     default:
> -      code[1] |= 0x20;
>        assert(i->subOp == NV50_IR_SUBOP_BAR_SYNC);
>        break;
>     }
> --
> 2.7.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list