On Fri, Jun 20, 2025 at 05:31:01PM +0800, Yongbang Shi wrote: > From: Baihan Li <libai...@huawei.com> > > If VGA and DP connected together, there will be only one can get crtc. > Add encoder possible_clones to support two connectors enable. > > Fixes: 0ab6ea261c1f ("drm/hisilicon/hibmc: add dp module in hibmc") > Fixes: 3c7623fb5bb6 ("drm/hisilicon/hibmc: Enable this hot plug detect of irq > feature") > Signed-off-by: Baihan Li <libai...@huawei.com> > Signed-off-by: Yongbang Shi <shiyongb...@huawei.com> > --- > ChangeLog: > v1 -> v2: > - don't tie VGA and DP status, suggested by Dmitry Baryshkov. > - use crtc clone to let 2 connectors can display simultaneous
How does this help? I had an impression that your hw can actually display only either to DP or to VGA. Can it send the same (aka cloned) video stream to both connectors at the same time? > --- > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > -- With best wishes Dmitry