assembler/skl: update the extdesc field for SEND instruction

The send instruction on gen9 uses the 32bit immediate instead of 6bit immediate
for the extended message descriptors. And some bits of SEND instruction are defined
as the extdesc field.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Zhao Yakui
2014-01-23 13:26:12 +08:00
committed by Damien Lespiau
parent d6ff0b3f1f
commit 8dc95202c8
4 changed files with 38 additions and 2 deletions
+2
View File
@@ -1647,4 +1647,6 @@ enum brw_wm_barycentric_interp_mode {
#define EX_DESC_SFID_MASK 0xF
#define EX_DESC_EOT_MASK 0x20
#define EX_DESC_FUNC_MASK 0xFFFFFFC0
#endif