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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user