Mesa (main): venus: use the mesa "drm-uapi/drm_fourcc.h" header

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 28 22:25:55 UTC 2021


Module: Mesa
Branch: main
Commit: 891cf98a888242a4f4a7da09521b6cf5ba390486
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=891cf98a888242a4f4a7da09521b6cf5ba390486

Author: Yiwei Zhang <zzyiwei at chromium.org>
Date:   Thu Jun 17 22:03:02 2021 +0000

venus: use the mesa "drm-uapi/drm_fourcc.h" header

Prepare for later CI integration.

Signed-off-by: Yiwei Zhang <zzyiwei at chromium.org>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11480>

---

 src/virtio/vulkan/vn_android.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/virtio/vulkan/vn_android.c b/src/virtio/vulkan/vn_android.c
index 542c26e8ba0..f3095752fe6 100644
--- a/src/virtio/vulkan/vn_android.c
+++ b/src/virtio/vulkan/vn_android.c
@@ -11,12 +11,12 @@
 #include "vn_android.h"
 
 #include <dlfcn.h>
-#include <drm/drm_fourcc.h>
 #include <hardware/gralloc.h>
 #include <hardware/hwvulkan.h>
 #include <vndk/hardware_buffer.h>
 #include <vulkan/vk_icd.h>
 
+#include "drm-uapi/drm_fourcc.h"
 #include "util/libsync.h"
 #include "util/os_file.h"
 



More information about the mesa-commit mailing list