From: Yang Rong Date: Mon, 19 May 2014 05:52:24 +0000 (+0800) Subject: HSW: Fix the atomic msg type typo. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1d515413bb8168c92a2fe61fbdde7ab36ce2cc0;p=contrib%2Fbeignet.git HSW: Fix the atomic msg type typo. The atomic msg type should be GEN75_P1_UNTYPED_ATOMIC_OP. Correct it. Signed-off-by: Yang Rong Reviewed-by: Junyan He --- diff --git a/backend/src/backend/gen75_encoder.cpp b/backend/src/backend/gen75_encoder.cpp index 9e758d6..2cda0d7 100644 --- a/backend/src/backend/gen75_encoder.cpp +++ b/backend/src/backend/gen75_encoder.cpp @@ -114,7 +114,7 @@ namespace gbe const GenMessageTarget sfid = GEN_SFID_DATAPORT1_DATA_CACHE; setMessageDescriptor(insn, sfid, msg_length, response_length); - insn->bits3.gen7_atomic_op.msg_type = GEN75_P1_TYPED_ATOMIC_OP; + insn->bits3.gen7_atomic_op.msg_type = GEN75_P1_UNTYPED_ATOMIC_OP; insn->bits3.gen7_atomic_op.bti = bti; insn->bits3.gen7_atomic_op.return_data = 1; insn->bits3.gen7_atomic_op.aop_type = function;