panvk: Don't pretend we can compile for v9

The JM backend is not ready for v9 yet, so let's just drop it from the
list of architecture to build for.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Reviewed-by: John Anthony <john.anthony@arm.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30969>
This commit is contained in:
Boris Brezillon 2024-08-26 12:01:19 +02:00 committed by Marge Bot
parent db1073357a
commit ca79fc99cd

View file

@ -73,10 +73,10 @@ common_per_arch_files = [
'panvk_vX_shader.c',
]
foreach arch : [6, 7, 9, 10]
foreach arch : [6, 7, 10]
if arch in valhall_archs
# We're lacking key components to compile common source files for v9/v10.
# Just add the v9/v10 entrypoints for now.
# Just add the v10 entrypoints for now.
per_arch_files = [
panvk_entrypoints[0],
'panvk_vX_blend.c',