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 <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21041>
This commit is contained in:
Marek Olšák 2023-01-31 00:16:55 -05:00 committed by Marge Bot
parent 1d8d223f08
commit 35a18134a3

View file

@ -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"}
]
}
}