Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/mediatek: Rename files "mtk_drm_plane.h" to "mtk_plane.h"

Rename files mtk_drm_plane.h to mtk_plane.h.

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-11-shawn.sung@mediatek.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

authored by

Hsiao Chien Sung and committed by
Chun-Kuang Hu
9f2997ab d0950cc1

+5 -5
+1 -1
drivers/gpu/drm/mediatek/mtk_crtc.c
··· 23 23 #include "mtk_ddp_comp.h" 24 24 #include "mtk_drm_drv.h" 25 25 #include "mtk_drm_gem.h" 26 - #include "mtk_drm_plane.h" 26 + #include "mtk_plane.h" 27 27 28 28 /* 29 29 * struct mtk_crtc - MediaTek specific crtc structure.
+1 -1
drivers/gpu/drm/mediatek/mtk_crtc.h
··· 9 9 #include <drm/drm_crtc.h> 10 10 #include "mtk_ddp_comp.h" 11 11 #include "mtk_drm_drv.h" 12 - #include "mtk_drm_plane.h" 12 + #include "mtk_plane.h" 13 13 14 14 #define MTK_MAX_BPC 10 15 15 #define MTK_MIN_BPC 3
+1 -1
drivers/gpu/drm/mediatek/mtk_ddp_comp.c
··· 18 18 #include "mtk_ddp_comp.h" 19 19 #include "mtk_disp_drv.h" 20 20 #include "mtk_drm_drv.h" 21 - #include "mtk_drm_plane.h" 21 + #include "mtk_plane.h" 22 22 23 23 24 24 #define DISP_REG_DITHER_EN 0x0000
+1 -1
drivers/gpu/drm/mediatek/mtk_disp_drv.h
··· 9 9 #include <linux/soc/mediatek/mtk-cmdq.h> 10 10 #include <linux/soc/mediatek/mtk-mmsys.h> 11 11 #include <linux/soc/mediatek/mtk-mutex.h> 12 - #include "mtk_drm_plane.h" 13 12 #include "mtk_mdp_rdma.h" 13 + #include "mtk_plane.h" 14 14 15 15 int mtk_aal_clk_enable(struct device *dev); 16 16 void mtk_aal_clk_disable(struct device *dev);
+1 -1
drivers/gpu/drm/mediatek/mtk_drm_plane.c
··· 17 17 #include "mtk_ddp_comp.h" 18 18 #include "mtk_drm_drv.h" 19 19 #include "mtk_drm_gem.h" 20 - #include "mtk_drm_plane.h" 20 + #include "mtk_plane.h" 21 21 22 22 static const u64 modifiers[] = { 23 23 DRM_FORMAT_MOD_LINEAR,
drivers/gpu/drm/mediatek/mtk_drm_plane.h drivers/gpu/drm/mediatek/mtk_plane.h