freedreno/a6xx: Set type for PC_HS_INPUT_SIZE

It is an unsigned integer.. display it as such.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12497>
This commit is contained in:
Rob Clark
2021-08-21 10:27:02 -07:00
committed by Marge Bot
parent 8dff5356ff
commit 28c5384cf9
+1 -1
View File
@@ -2538,7 +2538,7 @@ to upconvert to 32b float internally?
<!-- always 0x0 ? -->
<reg32 offset="0x9801" name="PC_HS_INPUT_SIZE">
<bitfield name="SIZE" low="0" high="10"/>
<bitfield name="SIZE" low="0" high="10" type="uint"/>
<bitfield name="UNK13" pos="13"/>
</reg32>