Hi Kaustabh Chakraborty, Sorry for late.
> -----Original Message----- > From: Kaustabh Chakraborty <[email protected]> > Sent: Friday, September 20, 2024 12:11 AM > To: Inki Dae <[email protected]>; Seung-Woo Kim > <[email protected]>; Kyungmin Park <[email protected]>; David > Airlie <[email protected]>; Simona Vetter <[email protected]>; Krzysztof > Kozlowski <[email protected]>; Alim Akhtar <[email protected]>; > Maarten Lankhorst <[email protected]>; Maxime Ripard > <[email protected]>; Thomas Zimmermann <[email protected]>; Rob Herring > <[email protected]>; Conor Dooley <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Kaustabh Chakraborty <[email protected]> > Subject: [PATCH 0/6] Samsung Exynos 7870 DECON driver support > > This patch series aims at adding support for Exynos7870's DECON in the > Exynos7 DECON driver. It introduces a driver data struct so that support > for DECON on other SoCs can be added to it in the future. > > It also fixes a few bugs in the driver, such as functions recieving bad > pointers. > > Tested on Samsung Galaxy J7 Prime and Samsung Galaxy A2 Core. > > Signed-off-by: Kaustabh Chakraborty <[email protected]> > --- > Kaustabh Chakraborty (6): > drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in > functions > drm/exynos: exynos7_drm_decon: fix suspended condition in > decon_commit() > drm/exynos: exynos7_drm_decon: fix ideal_clk by converting it to Hz > drm/exynos: exynos7_drm_decon: properly clear channels during bind > drm/exynos: exynos7_drm_decon: add driver data and support for > Exynos7870 > dt-bindings: display: samsung,exynos7-decon: add exynos7870 > compatible I will apply all except for the two patches below, [PATCH 2/6] drm/exynos: exynos7_drm_decon: fix suspended condition in decon_commit() [PATCH 6/6] dt-bindings: display: samsung,exynos7-decon: add exynos7870 compatible Thanks, Inki Dae > > .../display/samsung/samsung,exynos7-decon.yaml | 4 +- > drivers/gpu/drm/exynos/exynos7_drm_decon.c | 124 +++++++++++++----- > --- > drivers/gpu/drm/exynos/regs-decon7.h | 15 ++- > 3 files changed, 90 insertions(+), 53 deletions(-) > --- > base-commit: 4f3e012d4cfd1d9bf837870c961f462ca9f23ebe > change-id: 20240917-exynosdrm-decon-4c228dd1d2bf > > Best regards, > -- > Kaustabh Chakraborty <[email protected]>
