Re: [PATCH v6 4/8] drm: writeback: Introduce cleanup function

2025-01-06 Thread Louis Chauvet
On 06/01/25 - 10:43, Maxime Ripard wrote: > On Mon, Dec 30, 2024 at 07:37:34PM +0100, Louis Chauvet wrote: > > Currently there is no cleanup function for writeback connectors. To allows > > implementation of drmm variant of writeback connector, create a cleanup > > function that can be used to prop

Re: [PATCH v6 4/8] drm: writeback: Introduce cleanup function

2025-01-06 Thread Maxime Ripard
On Mon, Dec 30, 2024 at 07:37:34PM +0100, Louis Chauvet wrote: > Currently there is no cleanup function for writeback connectors. To allows > implementation of drmm variant of writeback connector, create a cleanup > function that can be used to properly remove all the writeback-specific > propertie

[PATCH v6 4/8] drm: writeback: Introduce cleanup function

2024-12-30 Thread Louis Chauvet
Currently there is no cleanup function for writeback connectors. To allows implementation of drmm variant of writeback connector, create a cleanup function that can be used to properly remove all the writeback-specific properties and allocations. This also introduce an helper to cleanup only the d