mesa/src/imagination/vulkan
Emma Anholt 4531b8ace4
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
treewide: Make exported DRM FDs read-write.
Without this, somebody trying to map a buffer for write by the CPU would
fail.  This is not common to do in hardware driver environments, but it
shouldn't be disallowed, and there's no downside to allowing it.

I did skip virgl, because that's one where I don't know for sure if there
wouldn't be a downside to allowing RDWR (there are other virt exports
where RDWR is gated on a mappable flag).

This is a follow-up to !37088 to keep copy and paste from introducing the
same bug anywhere else.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37339>
2025-09-27 19:46:14 +00:00
..
pds imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
winsys treewide: Make exported DRM FDs read-write. 2025-09-27 19:46:14 +00:00
meson.build vulkan: Compute path to write into JSON manifests once, use it everywhere 2025-09-26 10:47:31 +00:00
pvr_blit.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_blit.h pvr: Publicise some static functions from pvr_blit.c 2023-06-02 14:43:24 +00:00
pvr_bo.c pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_bo.h pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_border.c pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_border.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_clear.c pvr, pco: switch to usc generated clear attachment shaders 2025-09-22 14:52:04 +01:00
pvr_clear.h pvr: drop PVRX macro 2024-11-29 15:14:11 +00:00
pvr_cmd_buffer.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_common.h pvr: move event/sampler cast defs to correct header 2025-09-26 08:15:59 +00:00
pvr_csb.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_csb.h pvr: drop PVRX macro 2024-11-29 15:14:11 +00:00
pvr_csb_enum_helpers.h pvr: include pvr_common.h instead of pvr_private.h 2025-09-26 08:15:59 +00:00
pvr_descriptor_set.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_device.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_dump_bo.c pvr: Return VkResult from winsys buffer_map operation 2023-05-18 15:56:59 +00:00
pvr_dump_bo.h pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_dump_csb.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_formats.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_formats.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_hw_pass.c pvr: Reduce number of stencil dependency barriers needed 2025-09-16 18:26:12 +00:00
pvr_hw_pass.h imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
pvr_image.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_job_common.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_job_common.h pvr: minor vulkan driver formatting fixes 2024-10-23 16:47:33 +00:00
pvr_job_compute.c imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
pvr_job_compute.h pvr: Use common queue submit implementation 2023-02-28 21:39:49 +00:00
pvr_job_context.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_context.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_render.c pvr: Pass the PM/FW protect flag to the Mlist allocation 2025-09-16 18:26:40 +00:00
pvr_job_render.h pvr: use pvr_memlayout instead of uint32_t 2025-09-26 08:15:59 +00:00
pvr_job_transfer.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_transfer.h pvr: Add support to process transfer and blit cmds 2023-04-19 11:01:05 +00:00
pvr_pass.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_pipeline.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_private.h pvr: remove bogus forward-declaration 2025-09-26 08:15:59 +00:00
pvr_query.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_query_compute.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00
pvr_queue.c pvr, pco: switch to clc query shaders 2025-09-22 14:52:04 +01:00
pvr_robustness.c pvr: clang-format fixes 2023-07-13 10:23:32 +00:00
pvr_robustness.h pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_spm.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_spm.h pvr: remove stale comment about pvr_pds_upload 2025-09-26 08:15:59 +00:00
pvr_tex_state.c pvr, pco: basic write without format support 2025-09-16 18:26:19 +00:00
pvr_tex_state.h pvr, pco: implement VK_EXT_image_2d_view_of_3d 2025-09-16 18:26:14 +00:00
pvr_transfer_frag_store.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_transfer_frag_store.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_usc.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_usc.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_wsi.c pvr: drop pointless PVR_FROM_HANDLE macro 2025-09-26 08:15:58 +00:00