Re: [PATCH v8 3/8] drm/managed: Add DRM-managed alloc_ordered_workqueue

2025-01-14 Thread Louis Chauvet
On 14/01/25 - 16:29, Maxime Ripard wrote: > On Tue, Jan 14, 2025 at 03:05:45PM +0100, Louis Chauvet wrote: > > Add drmm_alloc_ordered_workqueue(), a helper that provides managed ordered > > workqueue cleanup. The workqueue will be destroyed with the final > > reference of the DRM device. > > > > S

Re: [PATCH v8 3/8] drm/managed: Add DRM-managed alloc_ordered_workqueue

2025-01-14 Thread Maxime Ripard
On Tue, Jan 14, 2025 at 03:05:45PM +0100, Louis Chauvet wrote: > Add drmm_alloc_ordered_workqueue(), a helper that provides managed ordered > workqueue cleanup. The workqueue will be destroyed with the final > reference of the DRM device. > > Signed-off-by: Louis Chauvet > > --- > > Hi Thomas,

Re: [PATCH v8 3/8] drm/managed: Add DRM-managed alloc_ordered_workqueue

2025-01-14 Thread Thomas Zimmermann
Hi Am 14.01.25 um 15:05 schrieb Louis Chauvet: Add drmm_alloc_ordered_workqueue(), a helper that provides managed ordered workqueue cleanup. The workqueue will be destroyed with the final reference of the DRM device. Signed-off-by: Louis Chauvet --- Hi Thomas, I noted that you wanted to ma