[PATCH 0/2] Add dynamic connector selection mechanism

2023-05-09 Thread Jason-JH . Lin
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

[PATCH 0/2] Add dynamic connector selection mechanism

2023-04-05 Thread Jason-JH . Lin
To support DSI and eDP as main display connector without modifying mtk-drm driver, we add the dynamic connector selection mechanism. 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/mt