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 <[email protected]> Reviewed-by: CK Hu <[email protected]> Signed-off-by: Hsiao Chien Sung <[email protected]> Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/ Signed-off-by: Chun-Kuang Hu <[email protected]>
1 parent 7026ee0 commit d0950cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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 \

0 commit comments

Comments
 (0)