dmabuf: Add DRM_FORMAT_INVALID to our formats

That's gonna be necessary for the next commit.
This commit is contained in:
Benjamin Otte
2024-04-29 13:25:37 +02:00
parent 46866b8a66
commit 5b995b5de3

View File

@@ -10,6 +10,10 @@
((__u32)(c) << 16) | ((__u32)(d) << 24))
#endif
#ifndef DRM_FORMAT_INVALID
#define DRM_FORMAT_INVALID 0
#endif
#ifndef DRM_FORMAT_C1
#define DRM_FORMAT_C1 fourcc_code('C', '1', ' ', ' ')
#endif