Re: [PATCH v5 0/8] drm: writeback: clean up writeback connector initialization
From: John Harrison
Date: Tue May 19 2026 - 13:06:41 EST
On 5/16/26 08:25, Dmitry Baryshkov wrote:
On Tue, 05 May 2026 03:24:57 +0300, Dmitry Baryshkov wrote:That is only the first patch of the series, yes?
Drivers using drm_writeback_connector_init() / _with_encoder() don'tApplied to msm-fixes, thanks!
perform cleanup in a manner similar to drmm_writeback_connector_init()
(see drm_writeback_connector_cleanup()). Migrate all existing drivers
to use drmm_writeback_connector_init(), drop
drm_writeback_connector_init() and drm_writeback_connector::encoder
(it's unused afterwards).
[...]
[1/8] drm/msm/dpu: don't mix devm and drmm functions
https://gitlab.freedesktop.org/lumag/msm/-/commit/c0c70a11365c
Best regards,
What is happening with the rest? Can they all be merged to drm-next now? As I understand it, only the first patch was still being discussed, the others have all been reviewed some time ago.
Thanks,
John.