diff options
| author | Dave Airlie <[email protected]> | 2024-06-21 10:31:14 +1000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2024-06-21 10:31:27 +1000 |
| commit | 6dac16124c07a9a4313ccb5f10b1c3cc42ddfda7 (patch) | |
| tree | 98cbd203dbe645d3c0c1fae3d4816bf4dad34a40 /include/uapi/linux | |
| parent | f680df51ca5f4ab364c9bbfcdbd2737e32092454 (diff) | |
| parent | 310ec03841a36e3f45fb528f0dfdfe5b9e84b037 (diff) | |
Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
drm-misc-next for 6.10:
UAPI Changes:
Cross-subsystem Changes:
- dma-buf: Warn when reserving 0 fence slots, internal API
enhancements for heaps
Core Changes:
Driver Changes:
- atmel-hlcdc: Support XLCDC in sam9x7
- msm: Validate registers XML description against schema in CI
- v3d: Fix build warning
- bridges:
- analogix_dp: Various improvements
- panels:
- New panel: WL-355608-A8
Signed-off-by: Dave Airlie <[email protected]>
From: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/20240606-vivid-amphibian-jackrabbit-40b1d1@houat
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/dma-heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/dma-heap.h b/include/uapi/linux/dma-heap.h index 6f84fa08e074..a4cf716a49fa 100644 --- a/include/uapi/linux/dma-heap.h +++ b/include/uapi/linux/dma-heap.h @@ -19,7 +19,7 @@ #define DMA_HEAP_VALID_FD_FLAGS (O_CLOEXEC | O_ACCMODE) /* Currently no heap flags */ -#define DMA_HEAP_VALID_HEAP_FLAGS (0) +#define DMA_HEAP_VALID_HEAP_FLAGS (0ULL) /** * struct dma_heap_allocation_data - metadata passed from userspace for |