From 35a18134a33441916bf436ccd0bcede13d08c1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 31 Jan 2023 00:16:55 -0500 Subject: [PATCH] amd/registers: remove confusing definitions from gfx10-rsrc.json this will never be used and shouldn't have been added Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/amd/registers/gfx10-rsrc.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/amd/registers/gfx10-rsrc.json b/src/amd/registers/gfx10-rsrc.json index 954226bf75d..0541cd7c150 100644 --- a/src/amd/registers/gfx10-rsrc.json +++ b/src/amd/registers/gfx10-rsrc.json @@ -486,8 +486,6 @@ "SQ_IMG_SAMP_WORD2": { "fields": [ {"bits": [0, 13], "name": "LOD_BIAS"}, - {"bits": [0, 11], "comment": "if DERIV_ADJUST_EN == 1", "name": "BORDER_COLOR_PTR"}, - {"bits": [12, 13], "comment": "if DERIV_ADJUST_EN == 1", "name": "BORDER_COLOR_TYPE"}, {"bits": [14, 19], "name": "LOD_BIAS_SEC"}, {"bits": [20, 21], "name": "XY_MAG_FILTER"}, {"bits": [22, 23], "name": "XY_MIN_FILTER"}, @@ -495,14 +493,13 @@ {"bits": [26, 27], "name": "MIP_FILTER"}, {"bits": [28, 28], "name": "MIP_POINT_PRECLAMP"}, {"bits": [29, 29], "name": "ANISO_OVERRIDE"}, - {"bits": [30, 30], "name": "BLEND_ZERO_PRT"}, - {"bits": [31, 31], "name": "DERIV_ADJUST_EN"} + {"bits": [30, 30], "name": "BLEND_ZERO_PRT"} ] }, "SQ_IMG_SAMP_WORD3": { "fields": [ - {"bits": [0, 11], "comment": "if DERIV_ADJUST_EN == 0", "name": "BORDER_COLOR_PTR"}, - {"bits": [30, 31], "comment": "if DERIV_ADJUST_EN == 0", "name": "BORDER_COLOR_TYPE"} + {"bits": [0, 11], "name": "BORDER_COLOR_PTR"}, + {"bits": [30, 31], "name": "BORDER_COLOR_TYPE"} ] } }