mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-14 01:45:21 +00:00
Use libdrm library for drm access
Use needed constants from libderm instead of directly using kernel UAPI. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
7637e53963
commit
78f702ef8c
@ -18,7 +18,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <vmmapi.h>
|
#include <vmmapi.h>
|
||||||
#include <drm/drm_fourcc.h>
|
#include <libdrm/drm_fourcc.h>
|
||||||
#include <linux/udmabuf.h>
|
#include <linux/udmabuf.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user