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

Prepare for later CI integration.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11480>
This commit is contained in:
Yiwei Zhang 2021-06-17 22:03:02 +00:00 committed by Marge Bot
parent 71617c3328
commit 891cf98a88

View file

@ -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"