Hi, It looks like you may have forgotten to post the v2 patch. Could you please check?
Thanks, Inki Dae 2026년 6월 23일 (화) 오후 10:19, Diogo Silva <[email protected]>님이 작성: > > This series does two things: > - Open-code drm_simple_encoder_init() since it is deprecated > - Handle the error code from drm_encoder_init (previously > drm_simple_encoder_init) to prevent silent failures and > cleanup of uninitialized encoders > > Signed-off-by: Diogo Silva <[email protected]> > --- > Changes in v2: > - Fix mistake in exynos_drm_vidi > - Fix indentation > - Link to v1: > https://lore.kernel.org/r/[email protected] > > --- > Diogo Silva (2): > drm/exynos: Remove dependency on DRM simple helpers > drm/exynos: Add error handling to drm_encoder_init() > > drivers/gpu/drm/exynos/exynos_dp.c | 13 +++++++++++-- > drivers/gpu/drm/exynos/exynos_drm_dpi.c | 14 ++++++++++++-- > drivers/gpu/drm/exynos/exynos_drm_dsi.c | 11 +++++++++-- > drivers/gpu/drm/exynos/exynos_drm_vidi.c | 14 ++++++++++++-- > drivers/gpu/drm/exynos/exynos_hdmi.c | 15 +++++++++++++-- > 5 files changed, 57 insertions(+), 10 deletions(-) > --- > base-commit: 60326b17f877e12846167bf8ef83680b9875218a > change-id: 20260623-exynos-drm-simple-bb5386d64597 > > Best regards, > -- > Diogo Silva <[email protected]> > >
