mesa/src/broadcom/vulkan
Jose Maria Casanova Crespo f0b3a4fcaf v3dv: limit V3D_TFU_READAHEAD to buffers/images with USAGE_TRANSFER_SRC flag
We avoid adding unconditionally the 64-bytes padding to all usages
of the vulkan memory allocations. The readahead padding is only added
for buffers/images with USAGE_TRANSFER_SRC_BIT usage enabled as this
is enough for having a full vk-cts without reported MMU TFU errors.

vk-cts doesn't exercise the added image memory requirements codepath to
handle this readahead. This is because the required 64-bytes image
alignments for images with flag VK_IMAGE_USAGE_TRANSFER_SRC_BIT.
But the alignment didn't cover when the image is already aligned to
64-bytes at the end of the memory page.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36159>
2025-07-23 10:44:02 +00:00
..
.dir-locals.el
.editorconfig
meson.build vulkan: Remove build-system remnants of wl_drm support 2025-07-09 17:49:58 +00:00
v3dv_bo.c v3dv: Add some CPU tracepoints 2025-01-16 22:31:17 +00:00
v3dv_bo.h v3dv: store the offset of the BRANCH instruction in a CL 2024-04-03 12:57:56 +02:00
v3dv_cl.c v3dv: use Mesa log infrastructure instead of using stderr 2024-11-26 12:09:29 +00:00
v3dv_cl.h v3d,v3dv: document cl_emit_with_prepacked 2024-06-07 09:44:13 +02:00
v3dv_cmd_buffer.c v3dv: consider render area when configuring supertiles 2025-06-03 11:21:14 +00:00
v3dv_descriptor_set.c v3dv: check dynamic offset output 2025-04-04 15:55:12 +00:00
v3dv_device.c v3dv: limit V3D_TFU_READAHEAD to buffers/images with USAGE_TRANSFER_SRC flag 2025-07-23 10:44:02 +00:00
v3dv_event.c treewide: use nir_break_if with named if 2025-06-30 14:51:54 -04:00
v3dv_formats.c v3dv: amend AHB buffer support 2025-07-17 20:12:23 +00:00
v3dv_image.c v3dv: adopt wsi_common_create_swapchain_image 2025-07-10 09:51:39 +00:00
v3dv_limits.h v3dv/device: set value for maxInlineUniformTotalSize 2024-08-05 15:10:24 +00:00
v3dv_meta_clear.c v3dv: Make use of hash table helpers 2025-07-18 12:16:36 +00:00
v3dv_meta_common.h v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
v3dv_meta_copy.c treewide: use VARYING_BIT_* 2025-07-04 19:01:04 +00:00
v3dv_pass.c v3dv: Switch to v3d_X(..) 2024-12-02 14:13:24 +00:00
v3dv_pipeline.c nir: remove nir_shader_compiler_options::lower_all_io_to_temps 2025-07-08 06:11:43 +00:00
v3dv_pipeline_cache.c v3dv: use Mesa log infrastructure instead of using stderr 2024-11-26 12:09:29 +00:00
v3dv_private.h v3dv: Move V3D_TFU_READAHEAD_SIZE to src/broadcom/common 2025-07-23 10:44:01 +00:00
v3dv_query.c v3dv: fix SSA dominance error 2025-01-23 23:35:43 +00:00
v3dv_queue.c v3dv: improve handling of trailing barriers 2025-02-12 13:15:12 +00:00
v3dv_uniforms.c v3dv: Implement dual source blending 2025-04-23 09:03:41 +00:00
v3dv_wsi.c v3dv: adopt wsi_common_get_memory 2025-07-10 09:51:39 +00:00
v3dvx_cmd_buffer.c v3dv: Implement dual source blending 2025-04-23 09:03:41 +00:00
v3dvx_descriptor_set.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_device.c v3dv: restrict to channels when encoding border color 2024-07-01 08:02:07 +00:00
v3dvx_formats.c v3dv: support VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR 2024-06-11 05:32:26 +00:00
v3dvx_image.c v3dv: use new texture shader state rb_swap and reverse fields in v3d 7.x 2023-10-13 22:37:43 +00:00
v3dvx_meta_common.c v3dv: fix a few asserts that check layerCount instead of array_layers 2024-06-06 07:12:27 +00:00
v3dvx_pipeline.c v3dv: Implement dual source blending 2025-04-23 09:03:41 +00:00
v3dvx_private.h v3dv: Switch to use libbroadcom_perfcntr 2024-12-02 14:13:24 +00:00
v3dvx_queue.c v3d,v3dv: don't use max internal bpp for tile sizing in V3D 7.x 2023-10-13 22:37:43 +00:00