broadcom: don't define internal BPP values twice
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 20 Jul 2021 10:46:16 +0000 (12:46 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 20 Jul 2021 12:06:56 +0000 (12:06 +0000)
commitdf243d009485703cd9980207ef9bcc2da6bc16e7
treec2f4aac6014ab2b65040bdb308f39fdbdc3e4146
parentdc40157888a8825fe5c411f20029466c7c2f1d47
broadcom: don't define internal BPP values twice

We have a "maximum bpp of all render targets" field for several
packets. For them we were defining manually the possible values. But
all the possible values are the ones defined at the already defined
type "Internal BPP". So in practice we were defining the possible BPP
values twice.

Also for those fields, sometimes we were using the "Internal BPP" type
and in some other cases we were not, so this commit also adds some
consistency.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11976>
src/broadcom/cle/v3d_packet_v33.xml
src/broadcom/vulkan/v3dvx_device.c