linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add dynamic connector selection mechanism
@ 2023-05-09 15:07 Jason-JH.Lin
  2023-05-09 15:07 ` [PATCH v3 1/2] drm/mediatek: Add ability to support dynamic connector selection Jason-JH.Lin
  2023-05-09 15:07 ` [PATCH v3 2/2] drm/mediatek: Add DSI support for mt8188 vdosys0 Jason-JH.Lin
  0 siblings, 2 replies; 6+ messages in thread
From: Jason-JH.Lin @ 2023-05-09 15:07 UTC (permalink / raw)
  To: Chun-Kuang Hu, AngeloGioacchino Del Regno, Alexandre Mergnat
  Cc: Matthias Brugger, Rex-BC Chen, Jason-ch Chen, Johnson Wang,
	Jason-JH . Lin, Singo Chang, Nancy Lin, Shawn Sung, dri-devel,
	linux-mediatek, linux-arm-kernel, linux-kernel,
	Project_Global_Chrome_Upstream_Group

To support DSI and eDP as main display connector without modifying
mtk-drm driver, we add the dynamic connector selection mechanism.

Change in v3:
1. Change max_num comparison statement to max().

Change in v2:
1. rebase on linux-next: next-20230426
2. Fix alphabetical order and max_num condition check problem.

Change in v1:
1. based on mediatek-drm maintainer's tree / mediatek-drm-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/log/?h=mediatek-drm-next

Jason-JH.Lin (2):
  drm/mediatek: Add ability to support dynamic connector selection
  drm/mediatek: Add DSI support for mt8188 vdosys0

 drivers/gpu/drm/mediatek/mtk_disp_drv.h     |   2 +
 drivers/gpu/drm/mediatek/mtk_dpi.c          |   9 ++
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c     | 111 +++++++++++++++++++-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |   5 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c |  28 +++++
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |   8 ++
 drivers/gpu/drm/mediatek/mtk_drm_drv.c      |  49 +++++++--
 drivers/gpu/drm/mediatek/mtk_drm_drv.h      |   8 ++
 drivers/gpu/drm/mediatek/mtk_dsi.c          |   9 ++
 9 files changed, 218 insertions(+), 11 deletions(-)

-- 
2.18.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-01 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 15:07 [PATCH v3 0/2] Add dynamic connector selection mechanism Jason-JH.Lin
2023-05-09 15:07 ` [PATCH v3 1/2] drm/mediatek: Add ability to support dynamic connector selection Jason-JH.Lin
2023-05-18  9:29   ` AngeloGioacchino Del Regno
2023-06-01 14:53     ` Jason-JH Lin (林睿祥)
2023-05-09 15:07 ` [PATCH v3 2/2] drm/mediatek: Add DSI support for mt8188 vdosys0 Jason-JH.Lin
2023-05-18  9:30   ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).