pan: Use a consistent pan_ prefix across src/panfrost/*

We've been inconsistenly using panfrost_ and pan_ as a prefix for
the common helpers/structs. Let's finally make a clear cut by
prefixing everything that lives in src/panfrost/* with pan_.

No functional changes here, this is just renaming and reformatting
changes.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Ryan Mckeever <ryan.mckeever@collabora.com>
Reviewed-by: Olivia Lee <olivia.lee@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34767>
This commit is contained in:
Boris Brezillon
2025-04-30 17:00:38 +02:00
parent a936013311
commit 086bcbe186
114 changed files with 838 additions and 892 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<stat name="Fills">Number of fill (stack load) instructions</stat>
</isa>
<family name="Panfrost">
<family name="Pan">
<isa name="Midgard">
<stat name="Instructions" display="Inst">Instruction count</stat>
<stat name="Bundles">Instruction bundles</stat>