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
Emil Velikov 2013-08-29 21:31:52 +01:00 committed by Rob Clark
parent 4a8da02e52
commit 126c45828a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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