diff --git a/src/amd/registers/gfx103.json b/src/amd/registers/gfx103.json index 96c9ff1bc93..ec1f0741a43 100644 --- a/src/amd/registers/gfx103.json +++ b/src/amd/registers/gfx103.json @@ -8218,6 +8218,12 @@ "name": "GE_USER_VGPR_EN", "type_ref": "GE_USER_VGPR_EN" }, + { + "chips": ["gfx103"], + "map": {"at": 199052, "to": "mm"}, + "name": "GE_VRS_RATE", + "type_ref": "GE_VRS_RATE" + }, { "chips": ["gfx103"], "map": {"at": 199168, "to": "mm"}, @@ -14484,6 +14490,12 @@ {"bits": [2, 2], "name": "EN_USER_VGPR3"} ] }, + "GE_VRS_RATE": { + "fields": [ + {"bits": [0, 1], "name": "RATE_X"}, + {"bits": [4, 5], "name": "RATE_Y"} + ] + }, "GRBM_GFX_INDEX": { "fields": [ {"bits": [0, 7], "name": "INSTANCE_INDEX"}, @@ -16525,7 +16537,8 @@ "fields": [ {"bits": [1, 1], "name": "EN_REG_RT_INDEX"}, {"bits": [3, 3], "name": "EN_PRIM_PAYLOAD"}, - {"bits": [4, 4], "name": "EN_DRAW_VP"} + {"bits": [4, 4], "name": "EN_DRAW_VP"}, + {"bits": [6, 6], "name": "EN_VRS_RATE"} ] }, "VGT_ENHANCE": {