mesa/src/panfrost/lib
Boris Brezillon cea9b04b59 pan: Rename/move panfrost_format_supports_mtk_tiled()
Use pan_ instead of panfrost_ as a prefix, and move the function to
pan_format.h, since this modifier has nothing to do with AFBC. We keep
it in pan_format.h since the amount of code doesn't justify having a
separate file for MTK tiling.

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>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34767>
2025-05-21 14:57:14 +02:00
..
kmod pan/kmod: Add drmIoctl() wrapper pan_kmod_ioctl() with CPU trace 2025-04-15 10:37:39 +00:00
tests pan/earlyzs: Default to FORCE_EARLY for ZS update on v11+ 2025-04-15 13:36:07 +02:00
.gitignore
meson.build panfrost: use cpp_args instead of c_args for C++ files 2025-05-19 16:34:26 +00:00
pan_afbc.c pan: Rename/move panfrost_format_supports_mtk_tiled() 2025-05-21 14:57:14 +02:00
pan_afrc.c panfrost: add translation between modifier and compression rates 2024-07-11 19:02:50 +00:00
pan_attributes.c
pan_blend.c pan/lib: Make pan_shader_get_compiler_options not GENX 2025-05-15 10:40:57 +02:00
pan_blend.h pan/lib: Move pan_fixup_blend_type to pan_blend.c 2025-05-15 10:40:36 +02:00
pan_clear.c panfrost: pass blendable formats to pan_pack_color 2023-11-06 14:30:28 +01:00
pan_desc.c panfrost: Take tiler memory budget into account in pan_select_tiler_hierarchy_mask 2025-04-21 19:55:59 +02:00
pan_desc.h panfrost: Use pan_sample_pattern in pan_cmdstream 2025-05-19 10:13:49 +00:00
pan_earlyzs.c pan/earlyzs: Default to FORCE_EARLY for ZS update on v11+ 2025-04-15 13:36:07 +02:00
pan_earlyzs.h pan/earlyzs: Fix the read-only ZS optimization 2025-04-14 15:20:06 +00:00
pan_encoder.h pan/genxml: Enforce explicit packed types on pan_[un]pack 2025-01-10 18:27:27 +00:00
pan_format.c pan/lib: Make pan_shader.c not GENX 2025-05-15 10:41:07 +02:00
pan_format.h pan: Rename/move panfrost_format_supports_mtk_tiled() 2025-05-21 14:57:14 +02:00
pan_indirect_dispatch.c pan/lib: Make pan_shader_get_compiler_options not GENX 2025-05-15 10:40:57 +02:00
pan_indirect_dispatch.h panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
pan_jc.h pan/genxml: Enforce explicit packed types on pan_[un]pack 2025-01-10 18:27:27 +00:00
pan_layout.c pan/format: Change the way we expose supported modifiers 2025-05-21 14:56:56 +02:00
pan_pool.h panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00
pan_props.c panfrost: Advertize Mali-G725 support 2025-04-15 13:36:07 +02:00
pan_props.h panfrost: Allow max effective tile size of 64x64 on v12+ 2025-04-24 10:11:22 +00:00
pan_samples.c pan/lib: Add support for rotated 2x grid sample pattern 2025-05-19 10:13:49 +00:00
pan_samples.h panfrost: Make pan_sample.c panfrost_device agnostic 2024-01-23 16:32:09 +00:00
pan_scratch.c
pan_shader.c pan/lib: Make pan_shader.c not GENX 2025-05-15 10:41:07 +02:00
pan_shader.h pan/lib: Make pan_shader.c not GENX 2025-05-15 10:41:07 +02:00
pan_texture.c panvk/v9+: Set up limited texture descs for storage use 2025-05-12 08:37:08 +00:00
pan_texture.h pan: Rename/move panfrost_format_supports_mtk_tiled() 2025-05-21 14:57:14 +02:00
pan_tiler.c panfrost: Remove uneeded pan_device.h inclusions 2024-01-23 16:32:09 +00:00
pan_util.c panfrost: improve swizzle inversion 2024-09-11 19:29:16 +00:00
pan_util.h panfrost: Take tiler memory budget into account in pan_select_tiler_hierarchy_mask 2025-04-21 19:55:59 +02:00
wrap.h panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00