Re: [PATCH v6 1/4] drm: allow passing possible_crtcs to drm_writeback_connector_init()

2022-04-01 Thread Laurent Pinchart
Hello Abhinav, Thank you for the patch. On Thu, Mar 31, 2022 at 05:12:10PM -0700, Abhinav Kumar wrote: > Clients of drm_writeback_connector_init() initialize the > possible_crtcs and then invoke the call to this API. > > To simplify things, allow passing possible_crtcs as a parameter > to drm_wr

[PATCH v6 1/4] drm: allow passing possible_crtcs to drm_writeback_connector_init()

2022-03-31 Thread Abhinav Kumar
Clients of drm_writeback_connector_init() initialize the possible_crtcs and then invoke the call to this API. To simplify things, allow passing possible_crtcs as a parameter to drm_writeback_connector_init() and make changes to the other drm drivers to make them compatible with this change. chang