diff options
author | Eric Anholt <[email protected]> | 2018-01-27 18:05:58 +1100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-27 18:57:58 +1100 |
commit | 96d3e8f134fb047fb4883737da55ff491d3ee585 (patch) | |
tree | bedc2344f1172fb129c0bef7f63162b8ad714322 /src/broadcom/common | |
parent | b026063b1622327405e41b3e28582171e472491c (diff) |
broadcom/vc5: Add XML for V3D 4.2.
Diffstat (limited to 'src/broadcom/common')
-rw-r--r-- | src/broadcom/common/v3d_macros.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/broadcom/common/v3d_macros.h b/src/broadcom/common/v3d_macros.h index 6ba8e7da10e..fe89398208a 100644 --- a/src/broadcom/common/v3d_macros.h +++ b/src/broadcom/common/v3d_macros.h @@ -38,6 +38,9 @@ #elif (V3D_VERSION == 41) # define V3DX(x) V3D41_##x # define v3dX(x) v3d41_##x +#elif (V3D_VERSION == 42) +# define V3DX(x) V3D42_##x +# define v3dX(x) v3d42_##x #else # error "Need to add prefixing macros for this v3d version" #endif |