Skip to content

Commit 9d5036e

Browse files
Hsiao Chien SungChun-Kuang Hu
authored andcommitted
drm/mediatek: Rename files "mtk_drm_crtc.c" to "mtk_crtc.c"
Rename files mtk_drm_crtc.c to mtk_crtc.c and modify the Makefile accordingly. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: CK Hu <ck.hu@mediatek.com> Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.corp-partner.google.com> Link: https://patchwork.kernel.org/project/dri-devel/patch/20240322091232.26387-8-shawn.sung@mediatek.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent f5214df commit 9d5036e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/mediatek/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
mediatek-drm-y := mtk_disp_aal.o \
3+
mediatek-drm-y := mtk_crtc.o \
4+
mtk_disp_aal.o \
45
mtk_disp_ccorr.o \
56
mtk_disp_color.o \
67
mtk_disp_gamma.o \
78
mtk_disp_merge.o \
89
mtk_disp_ovl.o \
910
mtk_disp_ovl_adaptor.o \
1011
mtk_disp_rdma.o \
11-
mtk_drm_crtc.o \
1212
mtk_drm_ddp_comp.o \
1313
mtk_drm_drv.o \
1414
mtk_drm_gem.o \

0 commit comments

Comments
 (0)