mbox series

[0/2] drm: Add DRM managed workqueues

Message ID 20240315145034.3972749-1-quic_jhugo@quicinc.com
Headers show
Series drm: Add DRM managed workqueues | expand

Message

Jeffrey Hugo March 15, 2024, 2:50 p.m. UTC
Based on work at https://lore.kernel.org/dri-devel/20230118032413.6496-1-jiasheng@iscas.ac.cn/

The API in the origional work seemed to have two issues:
1. The output parameter was not correctly defined
2. The allocating functions did not return the allocated object like the
other drmm functions

I tweaked the implementation to address both of these.