freedreno: use local drm.h over the system one
Otherwise build will fail, as drm/drm.h is not available. Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>main
parent
4a8da02e52
commit
126c45828a
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "freedreno_drmif.h"
|
||||
#include "freedreno_ringbuffer.h"
|
||||
#include "drm/drm.h"
|
||||
#include "drm.h"
|
||||
|
||||
struct fd_device_funcs {
|
||||
int (*bo_new_handle)(struct fd_device *dev, uint32_t size,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#define __MSM_DRM_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <drm/drm.h>
|
||||
#include "drm.h"
|
||||
|
||||
/* Please note that modifications to all structs defined here are
|
||||
* subject to backwards-compatibility constraints:
|
||||
|
|
Loading…
Reference in New Issue