Clashes with the SI definition.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3116
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5673>
#define BIGENDIAN_CPU
#endif
-union GB_ADDR_CONFIG
+union GB_ADDR_CONFIG_gfx10
{
struct
{
const ADDR_CREATE_INPUT* pCreateIn) ///< [in] create input
{
BOOL_32 valid = TRUE;
- GB_ADDR_CONFIG gbAddrConfig;
+ GB_ADDR_CONFIG_gfx10 gbAddrConfig;
gbAddrConfig.u32All = pCreateIn->regValue.gbAddrConfig;