From: Thomas Zimmermann Date: Thu, 16 Jul 2020 12:53:49 +0000 (+0200) Subject: drm/ast: Rename ast_ttm.c to ast_mm.c X-Git-Tag: v5.9-rc1~134^2~16^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48fde424c2f7ea7f6f324dcfd292cc50a850367c;p=thirdparty%2Flinux.git 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 Reviewed-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20200716125353.31512-3-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/ast/Makefile b/drivers/gpu/drm/ast/Makefile index 6a5b3b2473164..2265a8a624dd7 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 diff --git a/drivers/gpu/drm/ast/ast_ttm.c b/drivers/gpu/drm/ast/ast_mm.c similarity index 100% rename from drivers/gpu/drm/ast/ast_ttm.c rename to drivers/gpu/drm/ast/ast_mm.c