summaryrefslogtreecommitdiff
path: root/assembler/gram.y
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-15 16:40:06 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:36 +0000
commit668e0dff7da8a604e626c1c5fefe65a3a8f2be19 (patch)
treee67cf43435394ba70ae1f35198bc85726b316ac5 /assembler/gram.y
parent31259c5edc51d16afcfd453f7abaf81601a62a15 (diff)
assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache
The purpose of this commit is to synchronize opcode definitions across the gen4asm assembler and mesa. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'assembler/gram.y')
-rw-r--r--assembler/gram.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/assembler/gram.y b/assembler/gram.y
index 9380f445..70caeb41 100644
--- a/assembler/gram.y
+++ b/assembler/gram.y
@@ -1260,9 +1260,9 @@ msgtarget: NULL_TOKEN
$$.bits2.send_gen5.sfid =
BRW_MESSAGE_TARGET_DP_SC;
$$.bits3.generic_gen5.header_present = 1;
- $$.bits3.dp_read_gen6.binding_table_index = $3;
- $$.bits3.dp_read_gen6.msg_control = $7;
- $$.bits3.dp_read_gen6.msg_type = $9;
+ $$.bits3.gen6_dp_sampler_const_cache.binding_table_index = $3;
+ $$.bits3.gen6_dp_sampler_const_cache.msg_control = $7;
+ $$.bits3.gen6_dp_sampler_const_cache.msg_type = $9;
} else if (IS_GENx(5)) {
$$.bits2.send_gen5.sfid =
BRW_MESSAGE_TARGET_DATAPORT_READ;