diff options
author | Francisco Jerez <[email protected]> | 2018-06-02 15:07:31 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2018-07-09 23:46:57 -0700 |
commit | 1c90ae5accc284cf6b27bcc25e5e3fc3cfb80407 (patch) | |
tree | 8252787703be5700e4e003f83bb1dc0a3b477419 /src/intel/compiler/brw_eu.h | |
parent | b382bdde1d07d68d892532b105af00ebe205c06b (diff) |
intel/eu: Provide desc immediate argument up front to brw_send_indirect_message().
The current approach of returning a setup instruction where additional
descriptor fields can be specified is still supported in order to keep
things working, but it will be removed later in this series.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_eu.h')
-rw-r--r-- | src/intel/compiler/brw_eu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index d69bc5526cd..d128108ff7e 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -324,7 +324,8 @@ brw_send_indirect_message(struct brw_codegen *p, unsigned sfid, struct brw_reg dst, struct brw_reg payload, - struct brw_reg desc); + struct brw_reg desc, + unsigned desc_imm); void brw_ff_sync(struct brw_codegen *p, struct brw_reg dest, |