mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 09:56:02 +00:00
assembler/bdw: Check & Refinement Engine message
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
b6a33bdcce
commit
bf05bd5531
@ -216,6 +216,14 @@ F(vme_message_type, 110, 109)
|
||||
F(vme_binding_table_index, 103, 96)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* Check & Refinement Engine message function control bits:
|
||||
* @ {
|
||||
*/
|
||||
F(cre_message_type, 110, 109)
|
||||
F(cre_binding_table_index, 103, 96)
|
||||
/** @} */
|
||||
|
||||
#undef F
|
||||
|
||||
/**
|
||||
|
@ -1796,6 +1796,12 @@ msgtarget: NULL_TOKEN
|
||||
}
|
||||
| CRE LPAREN INTEGER COMMA INTEGER RPAREN
|
||||
{
|
||||
if (IS_GENp(8)) {
|
||||
gen8_set_sfid(GEN8(&$$), HSW_SFID_CRE);
|
||||
gen8_set_header_present(GEN8(&$$), 1); /* Must be 1 */
|
||||
gen8_set_cre_binding_table_index(GEN8(&$$), $3);
|
||||
gen8_set_cre_message_type(GEN8(&$$), $5);
|
||||
} else {
|
||||
if (gen_level < 75)
|
||||
error (&@1, "Below Gen7.5 doesn't have CRE function\n");
|
||||
|
||||
@ -1806,6 +1812,7 @@ msgtarget: NULL_TOKEN
|
||||
GEN(&$$)->bits3.cre_gen75.message_type = $5;
|
||||
GEN(&$$)->bits3.generic_gen5.header_present = 1;
|
||||
}
|
||||
}
|
||||
|
||||
| DATA_PORT LPAREN INTEGER COMMA INTEGER COMMA INTEGER COMMA
|
||||
INTEGER COMMA INTEGER COMMA INTEGER RPAREN
|
||||
|
Loading…
x
Reference in New Issue
Block a user