summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/Makefile
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2020-07-16 14:53:49 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2020-07-20 09:16:05 +0200
commit48fde424c2f7ea7f6f324dcfd292cc50a850367c (patch)
treebc30f3edff00ef6c31c92a60146d58d73d4c8a4a /drivers/gpu/drm/ast/Makefile
parenta5f23a72355d8175506449a8b918785c9cd619ab (diff)
drm/ast: Rename ast_ttm.c to ast_mm.c
Although built upon TTM, the ast driver's VRAM MM helper does not expose TTM to its users. Rename the related ast file to ast_mm.c. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200716125353.31512-3-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/ast/Makefile')
-rw-r--r--drivers/gpu/drm/ast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/Makefile b/drivers/gpu/drm/ast/Makefile
index 6a5b3b247316..2265a8a624dd 100644
--- a/drivers/gpu/drm/ast/Makefile
+++ b/drivers/gpu/drm/ast/Makefile
@@ -3,7 +3,7 @@
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
-ast-y := ast_cursor.o ast_drv.o ast_main.o ast_mode.o ast_ttm.o ast_post.o \
+ast-y := ast_cursor.o ast_drv.o ast_main.o ast_mm.o ast_mode.o ast_post.o \
ast_dp501.o
obj-$(CONFIG_DRM_AST) := ast.o