summaryrefslogtreecommitdiff
path: root/chromium-118-dma_buf_export_sync_file-conflict.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-118-dma_buf_export_sync_file-conflict.patch')
-rw-r--r--chromium-118-dma_buf_export_sync_file-conflict.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium-118-dma_buf_export_sync_file-conflict.patch b/chromium-118-dma_buf_export_sync_file-conflict.patch
new file mode 100644
index 0000000..fe2ee4c
--- /dev/null
+++ b/chromium-118-dma_buf_export_sync_file-conflict.patch
@@ -0,0 +1,12 @@
+diff -up chromium-118.0.5993.32/ui/gfx/linux/dmabuf_uapi.h.me chromium-118.0.5993.32/ui/gfx/linux/dmabuf_uapi.h
+--- chromium-118.0.5993.32/ui/gfx/linux/dmabuf_uapi.h.me 2023-10-04 22:18:44.259800011 +0200
++++ chromium-118.0.5993.32/ui/gfx/linux/dmabuf_uapi.h 2023-10-04 22:28:17.068756669 +0200
+@@ -28,7 +28,7 @@ constexpr unsigned long DMA_BUF_IOCTL_SY
+ _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync);
+ #endif
+
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 0, 0)
++#if 0
+ struct dma_buf_export_sync_file {
+ __u32 flags;
+ __s32 fd;