diff options
author | Eric Anholt <[email protected]> | 2018-05-01 12:24:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-05-16 21:19:07 +0100 |
commit | 8c47ebbd232704ab048eab2572e2b2a44f38957a (patch) | |
tree | 8946780fc424b3aa39e0b32ac875047605770a49 /src/gallium/auxiliary/target-helpers/drm_helper.h | |
parent | c4c488a2aeb24c0f468664c0cacd0d01111a4e46 (diff) |
v3d: Rename the driver files from "vc5" to "v3d".
Diffstat (limited to 'src/gallium/auxiliary/target-helpers/drm_helper.h')
-rw-r--r-- | src/gallium/auxiliary/target-helpers/drm_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/drm_helper.h b/src/gallium/auxiliary/target-helpers/drm_helper.h index c494848888d..7eefa6e42ec 100644 --- a/src/gallium/auxiliary/target-helpers/drm_helper.h +++ b/src/gallium/auxiliary/target-helpers/drm_helper.h @@ -311,7 +311,7 @@ pipe_vc4_create_screen(int fd, const struct pipe_screen_config *config) #endif #ifdef GALLIUM_V3D -#include "vc5/drm/vc5_drm_public.h" +#include "v3d/drm/v3d_drm_public.h" struct pipe_screen * pipe_v3d_create_screen(int fd, const struct pipe_screen_config *config) |