mesa/src/imagination/vulkan
Icenowy Zheng e9fe18727e pvr: emit tpu_tag_cdm_ctrl in compute stream when present
An extra control register word, tpu_tag_cdm_ctrl, will be present when
TPU_DM_GLOBAL_REGISTERS feature is present.

Emit it when it's needed.

The document of this register is available, however I don't think any of
the bits are needed to be set for our current feature set, so just emit
0 now.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30552>
2024-08-14 18:07:41 +08:00
..
pds build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
usc pvr: Fix SPM load shader sample rate 2023-10-11 08:19:30 +00:00
winsys pvr: enlarge transfer fw_stream buffer for multicore 2024-08-14 09:48:38 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
pvr_blit.c pvr: update symbols that have become aliases for newer ones 2023-12-04 12:16:06 +00:00
pvr_blit.h
pvr_bo.c
pvr_bo.h
pvr_border.c treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
pvr_border.h pvr: Clean up & fix sampler border color support 2023-10-11 10:58:34 +00:00
pvr_clear.c
pvr_clear.h
pvr_cmd_buffer.c pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h 2024-03-28 04:11:52 +00:00
pvr_common.h pvr: Use vk_sampler base 2023-10-11 10:58:33 +00:00
pvr_csb.c treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
pvr_csb.h treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
pvr_csb_enum_helpers.h pvr: Implement VK_KHR_index_type_uint8 2024-03-27 10:09:42 +00:00
pvr_descriptor_set.c pvr: use common stype debug 2024-05-10 18:49:38 +00:00
pvr_device.c pvr: Handle VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO 2024-07-23 10:44:21 +00:00
pvr_dump_bo.c
pvr_dump_bo.h
pvr_dump_csb.c treewide: Remove vulkan/runtime vulkan/util prefix in include path 2024-03-05 19:05:00 +00:00
pvr_formats.c pvr: Handle VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO 2024-07-23 10:44:21 +00:00
pvr_formats.h pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h 2024-03-28 04:11:52 +00:00
pvr_hardcode.c
pvr_hardcode.h
pvr_hw_pass.c
pvr_hw_pass.h
pvr_image.c treewide: Use align64 instead of ALIGN for 64 bit value parameter 2024-01-11 17:30:46 +00:00
pvr_job_common.c pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h 2024-03-28 04:11:52 +00:00
pvr_job_common.h pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h 2024-03-28 04:11:52 +00:00
pvr_job_compute.c pvr: emit tpu_tag_cdm_ctrl in compute stream when present 2024-08-14 18:07:41 +08:00
pvr_job_compute.h
pvr_job_context.c
pvr_job_context.h
pvr_job_render.c treewide: Use util_is_power_of_two_nonzero{64|_uintptr} when needed 2024-01-11 16:45:57 +00:00
pvr_job_render.h
pvr_job_transfer.c pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h 2024-03-28 04:11:52 +00:00
pvr_job_transfer.h
pvr_limits.h
pvr_pass.c pvr: Don't merge subpasses on framebuffer-global dependancy 2023-10-12 09:30:07 +00:00
pvr_pipeline.c vulkan: Rework vk_render_pass_state::attachments 2024-02-27 22:17:09 +00:00
pvr_private.h pvr: use common stype debug 2024-05-10 18:49:38 +00:00
pvr_query.c pvr: Implement VK_EXT_host_query_reset 2023-10-20 14:58:12 +00:00
pvr_query_compute.c pvr: change a few places to use PVR_DW_TO_BYTES() 2023-10-10 17:54:14 +00:00
pvr_queue.c
pvr_robustness.c
pvr_robustness.h
pvr_shader.c
pvr_shader.h
pvr_spm.c treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
pvr_spm.h
pvr_tex_state.c
pvr_tex_state.h
pvr_transfer_frag_store.c treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
pvr_transfer_frag_store.h
pvr_wsi.c