The patchset pushed, thanks.
> -----Original Message----- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Guo, Yejun > Sent: Thursday, April 28, 2016 10:00 > To: Luo, Xionghu <xionghu....@intel.com>; beignet@lists.freedesktop.org > Cc: Luo, Xionghu <xionghu....@intel.com> > Subject: Re: [Beignet] [PATCH V2 2/2] write mask in disassembly not parse > correctly. > > LGTM, thanks. > > -----Original Message----- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > xionghu....@intel.com > Sent: Thursday, April 28, 2016 5:56 PM > To: beignet@lists.freedesktop.org > Cc: Luo, Xionghu > Subject: [Beignet] [PATCH V2 2/2] write mask in disassembly not parse > correctly. > > From: Luo Xionghu <xionghu....@intel.com> > > v2: don't show write mask when full channel; split patch. > > Signed-off-by: Luo Xionghu <xionghu....@intel.com> > --- > backend/src/backend/gen/gen_mesa_disasm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/backend/src/backend/gen/gen_mesa_disasm.c > b/backend/src/backend/gen/gen_mesa_disasm.c > index 26393f4..067ddd8 100644 > --- a/backend/src/backend/gen/gen_mesa_disasm.c > +++ b/backend/src/backend/gen/gen_mesa_disasm.c > @@ -781,7 +781,7 @@ static int dest_3src(FILE *file, const void *inst) > if (is_special_acc(inst)) { > err |= control(file, "specialacc", special_acc, ((const union > Gen8NativeInstruction *)inst)->bits1.da3srcacc.dst_special_acc, NULL); > } else { > - err |= control(file, "writemask", writemask, GEN_BITS_FIELD(inst, > bits1.da16.dest_writemask), NULL); > + err |= control(file, "writemask", writemask, GEN_BITS_FIELD(inst, > bits1.da3src.dest_writemask), NULL); > } > > if (gen_version < 80) { > -- > 2.1.4 > > _______________________________________________ > Beignet mailing list > Beignet@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/beignet > _______________________________________________ > Beignet mailing list > Beignet@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list Beignet@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/beignet