]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: Change sub driver interface from mtk_ddp_comp to device
authorCK Hu <ck.hu@mediatek.com>
Mon, 12 Oct 2020 07:54:26 +0000 (15:54 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Wed, 6 Jan 2021 22:23:24 +0000 (06:23 +0800)
commit9771b6f31eddf6c06b9adcfe3d87b6d2891b37e0
tree6cbf4c4dff422da4c394a08ed75af06ac08db9ee
parent643f7fbcffa33e6e0a20bf79814f0c26de5f6810
drm/mediatek: Change sub driver interface from mtk_ddp_comp to device

Some ddp component exist in both display path and other path, so
sub driver interface should get rid of display info. Using device
instead of mtk_ddp_comp make interface general.

Signed-off-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_disp_color.c
drivers/gpu/drm/mediatek/mtk_disp_ovl.c
drivers/gpu/drm/mediatek/mtk_disp_rdma.c
drivers/gpu/drm/mediatek/mtk_dpi.c
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h
drivers/gpu/drm/mediatek/mtk_dsi.c