aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/tegra/tegra_screen.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-12-03 18:01:31 -0500
committerMarek Olšák <[email protected]>2020-05-13 13:46:53 -0400
commitd6287a94b697ffe12a4e576a38943cdf4e90cdb0 (patch)
treebb84357d98dc74412e983693e09875bb355b467e /src/gallium/drivers/tegra/tegra_screen.c
parentb408734e5e2fe1e1ef08080c4425ad8a7ed33579 (diff)
gallium: rename 'state tracker' to 'frontend'
Acked-by: Eric Anholt <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/drivers/tegra/tegra_screen.c')
-rw-r--r--src/gallium/drivers/tegra/tegra_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/tegra/tegra_screen.c b/src/gallium/drivers/tegra/tegra_screen.c
index 9ec3f6fe1d4..73efb8e904e 100644
--- a/src/gallium/drivers/tegra/tegra_screen.c
+++ b/src/gallium/drivers/tegra/tegra_screen.c
@@ -37,7 +37,7 @@
#include "util/u_debug.h"
#include "util/u_inlines.h"
-#include "state_tracker/drm_driver.h"
+#include "frontend/drm_driver.h"
#include "nouveau/drm/nouveau_drm_public.h"