summaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_drm.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2019-05-13 15:21:06 -0700
committerEric Anholt <[email protected]>2019-05-14 11:51:55 -0700
commit18d11cb4dc3fec7007717c1c7a62477ea23fd46e (patch)
treea81cfac1c1ffa75e5f48a3a1d8bf249de882a3f9 /src/freedreno/vulkan/tu_drm.c
parent32d259713b7044a25241ce377f68f71ead703e94 (diff)
freedreno: Move msm_drm.h to the same spot as other DRM uapi.
The new location matches other drivers, and has a README about the rules for updating it. Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/vulkan/tu_drm.c')
-rw-r--r--src/freedreno/vulkan/tu_drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/vulkan/tu_drm.c b/src/freedreno/vulkan/tu_drm.c
index 6904b011e71..9b2e6f78879 100644
--- a/src/freedreno/vulkan/tu_drm.c
+++ b/src/freedreno/vulkan/tu_drm.c
@@ -30,7 +30,7 @@
#include <sys/ioctl.h>
#include <xf86drm.h>
-#include "drm/msm_drm.h"
+#include "drm-uapi/msm_drm.h"
static int
tu_drm_get_param(const struct tu_physical_device *dev,