From 01c9654a65460eb6058b9060894a6e0e08ac2c80 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Fri, 22 Feb 2013 11:14:08 +0800 Subject: assembler/bdw: Data port message Signed-off-by: Xiang, Haihao Signed-off-by: Ben Widawsky --- assembler/gen8_instruction.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assembler/gen8_instruction.h') diff --git a/assembler/gen8_instruction.h b/assembler/gen8_instruction.h index 05330112..e482522b 100644 --- a/assembler/gen8_instruction.h +++ b/assembler/gen8_instruction.h @@ -188,6 +188,17 @@ F(sampler_msg_type, 112, 108) F(sampler, 107, 104) F(binding_table_index, 103, 96) /** @} */ + +/** + * Data port message function control bits: + * @ { + */ +F(dp_category, 114, 114) +F(dp_message_type, 113, 110) +F(dp_message_control, 109, 104) +F(dp_binding_table_index, 103, 96) +/** @} */ + #undef F /** -- cgit v1.2.3