Hi, Louis: When I apply this patch, conflicts happen. Please rebase this series base on latest kernel and resend these patches.
Regards, Chun-Kuang. Louis-Alexis Eyraud <[email protected]> 於 2025年8月8日 週五 上午10:13寫道: > > From: AngeloGioacchino Del Regno <[email protected]> > > In preparation for adding a new driver for the HDMI TX v2 IP, > split out the functions that will be common between the already > present mtk_hdmi (v1) driver and the new one. > > Since the probe flow for both drivers is 90% similar, add a common > probe function that will be called from each driver's .probe() > callback, avoiding lots of code duplication. > > Reviewed-by: CK Hu <[email protected]> > Signed-off-by: AngeloGioacchino Del Regno > <[email protected]> > Signed-off-by: Louis-Alexis Eyraud <[email protected]> > --- > drivers/gpu/drm/mediatek/Kconfig | 11 +- > drivers/gpu/drm/mediatek/Makefile | 1 + > drivers/gpu/drm/mediatek/mtk_hdmi.c | 539 > +---------------------------- > drivers/gpu/drm/mediatek/mtk_hdmi_common.c | 428 +++++++++++++++++++++++ > drivers/gpu/drm/mediatek/mtk_hdmi_common.h | 188 ++++++++++ > 5 files changed, 633 insertions(+), 534 deletions(-) >
