mbox series

[v2,0/2] drm: Add DRM managed workqueues

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

Message

Jeffrey Hugo March 22, 2024, 7:01 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.