Re: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors

2023-06-05 Thread Kieran Bingham
Quoting Laurent Pinchart (2023-06-04 11:49:58) > The (large) rcar_du_modeset_init() function can fail for many reasons, > two of two involving probe deferral. Use dev_err_probe() in those code > paths to record the cause of the probe deferral, in order to help > debugging probe issues. > >

Re: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors

2023-06-04 Thread Laurent Pinchart
This should have read v3. On Sun, Jun 04, 2023 at 01:49:58PM +0300, Laurent Pinchart wrote: > The (large) rcar_du_modeset_init() function can fail for many reasons, > two of two involving probe deferral. Use dev_err_probe() in those code > paths to record the cause of the probe deferral, in order

Re: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors

2023-06-04 Thread Laurent Pinchart
Hi Biju, On Fri, Jun 02, 2023 at 07:29:45PM +, Biju Das wrote: > > Subject: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of > > KMS init errors > > > > The (large) rcar_du_modeset_init() function can fail for many reasons, > > two of two involving probe deferral. Use

RE: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors

2023-06-02 Thread Biju Das
Hi Laurent, Thanks for the patch. > Subject: [PATCH v2] drm: rcar-du: Use dev_err_probe() to record cause of > KMS init errors > > The (large) rcar_du_modeset_init() function can fail for many reasons, > two of two involving probe deferral. Use dev_err_probe() in those code > paths to record