intel/eu: Don't set notify descriptor field of gateway barrier message.
Apparently this field was removed on SKL, and according to the hardware docs for previous platforms "This field is only valid for a ForwardMsg message. It is ignored for other messages. The BarrierMsg message always increments the N0 notification counter". Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -3556,7 +3556,6 @@ brw_barrier(struct brw_codegen *p, struct brw_reg src)
|
||||
brw_set_desc(p, inst, brw_message_desc(devinfo, 1, 0, false));
|
||||
|
||||
brw_inst_set_sfid(devinfo, inst, BRW_SFID_MESSAGE_GATEWAY);
|
||||
brw_inst_set_gateway_notify(devinfo, inst, 1);
|
||||
brw_inst_set_gateway_subfuncid(devinfo, inst,
|
||||
BRW_MESSAGE_GATEWAY_SFID_BARRIER_MSG);
|
||||
|
||||
|
Reference in New Issue
Block a user