From 2470a6bc9a1961cbbbcfa397663e47c480f521d3 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 27 Nov 2020 13:53:28 -0500 Subject: [PATCH] pan/bi: Use consistent wls naming Compare naming in the data structures. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/ISA.xml | 52 ++++++++++++++++---------------- src/panfrost/bifrost/gen_pack.py | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index 9a13dacbaeb..4cb7fbe2fb2 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -2324,7 +2324,7 @@ - wgl + wls @@ -2339,7 +2339,7 @@ - wgl + wls @@ -2457,25 +2457,25 @@ - + - + - + - + @@ -2498,13 +2498,13 @@ - + - + @@ -7044,7 +7044,7 @@ none - wgl + wls stream ubo @@ -7059,7 +7059,7 @@ none - wgl + wls stream ubo @@ -7118,7 +7118,7 @@ none - wgl + wls stream ubo @@ -7133,7 +7133,7 @@ none - wgl + wls stream ubo @@ -7170,7 +7170,7 @@ none - wgl + wls stream ubo @@ -7185,7 +7185,7 @@ none - wgl + wls stream ubo @@ -7200,7 +7200,7 @@ none - wgl + wls stream ubo @@ -7284,7 +7284,7 @@ none - wgl + wls stream ubo @@ -7456,7 +7456,7 @@ - wgl + wls @@ -7471,7 +7471,7 @@ - wgl + wls @@ -7498,7 +7498,7 @@ none - wgl + wls stream @@ -7513,7 +7513,7 @@ none - wgl + wls stream @@ -7528,7 +7528,7 @@ none - wgl + wls stream @@ -7543,7 +7543,7 @@ none - wgl + wls stream @@ -7558,7 +7558,7 @@ none - wgl + wls stream @@ -7573,7 +7573,7 @@ none - wgl + wls stream @@ -7588,7 +7588,7 @@ none - wgl + wls stream @@ -7603,7 +7603,7 @@ none - wgl + wls stream diff --git a/src/panfrost/bifrost/gen_pack.py b/src/panfrost/bifrost/gen_pack.py index 84485ff2c04..dba975c4fb8 100644 --- a/src/panfrost/bifrost/gen_pack.py +++ b/src/panfrost/bifrost/gen_pack.py @@ -203,7 +203,7 @@ def pack_seg(mod, opts, body, pack_exprs): if len(opts) == 8: body.append('assert(ins->segment);') return 'ins->segment' - elif opts == ['none', 'wgl']: + elif opts == ['none', 'wls']: body.append('assert(ins->segment == BI_SEGMENT_NONE || ins->segment == BI_SEGMENT_WLS);') return 'ins->segment == BI_SEGMENT_WLS ? 1 : 0' else: