Hi Thomas, Dmitry,
I have a question, this patch was sent in 2026.3.12, back when Linux was
in the mainline linux 7.0-rc4 stage, and it still hasn't been accepted.
Since this is a bug fix, I'd like to get it accepted into the mainline
as soon as possible. Should I add "drm-misc-fixes" to the subject line
to specify that it should be sent to that branch?
By the way, If I need to resend it with subject-prefix "drm-misc-fixes",
I'll remove the "Reviewed-by: Tao Tian <tiantao6@hisilicon.com>" and
reply via email.Thanks,
Yongbang
> From: Lin He <helin52@huawei.com>
>
> There are some bugfix for hibmc-drm driver.
>
> Lin He (4):
> drm/hisilicon/hibmc: add updating link cap in DP detect()
> drm/hisilicon/hibmc: fix no showing when no connectors connected
> drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
> drm/hisilicon/hibmc: use clock to look up the PLL value
>
> drivers/gpu/drm/hisilicon/hibmc/dp/dp_comm.h | 1 +
> drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.h | 1 +
> drivers/gpu/drm/hisilicon/hibmc/dp/dp_link.c | 2 +-
> .../gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 80 +++++++++++--------
> .../gpu/drm/hisilicon/hibmc/hibmc_drm_dp.c | 35 +++++---
> .../gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 14 ++++
> .../gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 1 +
> .../gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 74 ++++++++---------
> 8 files changed, 123 insertions(+), 85 deletions(-)
>