pan/genxml: Add base v15 definition

This is currently just a copy of v14 except for "arch" being changed to
"15".
This commit is contained in:
Lars-Ivar Hesselberg Simonsen 2026-02-17 13:06:23 +01:00
parent 1f12828011
commit b2671ddcee
3 changed files with 2757 additions and 1 deletions

View file

@ -64,6 +64,9 @@
#elif (PAN_ARCH == 14)
#define GENX(X) X##_v14
#include "genxml/v14_pack.h"
#elif (PAN_ARCH == 15)
#define GENX(X) X##_v15
#include "genxml/v15_pack.h"
#else
#error "Need to add suffixing macro for this architecture"
#endif

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
pan_packers = []
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13', 'v14']
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13', 'v14', 'v15']
pan_packers += custom_target(
packer + '_pack.h',
input : ['gen_pack.py', packer + '.xml'],

2753
src/panfrost/genxml/v15.xml Normal file

File diff suppressed because it is too large Load diff