Skip to content

Commit d0950cc

Browse files
Hsiao Chien SungChun-Kuang Hu
authored andcommitted
drm/mediatek: Rename files "mtk_drm_ddp_comp.c" to "mtk_ddp_comp.c"
Rename files mtk_drm_ddp_comp.c to mtk_ddp_comp.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-10-shawn.sung@mediatek.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent 7026ee0 commit d0950cc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/mediatek/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22

33
mediatek-drm-y := mtk_crtc.o \
4+
mtk_ddp_comp.o \
45
mtk_disp_aal.o \
56
mtk_disp_ccorr.o \
67
mtk_disp_color.o \
@@ -9,7 +10,6 @@ mediatek-drm-y := mtk_crtc.o \
910
mtk_disp_ovl.o \
1011
mtk_disp_ovl_adaptor.o \
1112
mtk_disp_rdma.o \
12-
mtk_drm_ddp_comp.o \
1313
mtk_drm_drv.o \
1414
mtk_drm_gem.o \
1515
mtk_drm_plane.o \
File renamed without changes.

0 commit comments

Comments
 (0)