Re: [Freedreno] [PATCH v2 3/5] drm/msm/hdmi: move resource allocation to probe function

2022-09-07 Thread Abhinav Kumar
On 9/7/2022 12:09 PM, Abhinav Kumar wrote: On 9/7/2022 11:54 AM, Abhinav Kumar wrote: On 8/26/2022 2:39 AM, Dmitry Baryshkov wrote: Rather than having all resource allocation happen in the _bind function (resulting in possible EPROBE_DEFER returns and component bind/unbind cycles)

Re: [Freedreno] [PATCH v2 3/5] drm/msm/hdmi: move resource allocation to probe function

2022-09-07 Thread Abhinav Kumar
On 9/7/2022 11:54 AM, Abhinav Kumar wrote: On 8/26/2022 2:39 AM, Dmitry Baryshkov wrote: Rather than having all resource allocation happen in the _bind function (resulting in possible EPROBE_DEFER returns and component bind/unbind cycles) allocate and check all resources in _probe