diff options
author | Eric Anholt <[email protected]> | 2019-05-13 15:21:06 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-05-14 11:51:55 -0700 |
commit | 18d11cb4dc3fec7007717c1c7a62477ea23fd46e (patch) | |
tree | a81cfac1c1ffa75e5f48a3a1d8bf249de882a3f9 /src/freedreno/vulkan/tu_private.h | |
parent | 32d259713b7044a25241ce377f68f71ead703e94 (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_private.h')
-rw-r--r-- | src/freedreno/vulkan/tu_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/vulkan/tu_private.h b/src/freedreno/vulkan/tu_private.h index 1c8bb87e47b..c2440471f37 100644 --- a/src/freedreno/vulkan/tu_private.h +++ b/src/freedreno/vulkan/tu_private.h @@ -52,7 +52,7 @@ #include "vk_debug_report.h" #include "wsi_common.h" -#include "drm/msm_drm.h" +#include "drm-uapi/msm_drm.h" #include "ir3/ir3_compiler.h" #include "ir3/ir3_shader.h" |