Re: [PATCH] drm: of: Improve error handling in bridge/panel detection

2022-04-20 Thread Thierry Reding
On Thu, Apr 07, 2022 at 11:34:08AM +0200, Paul Kocialkowski wrote: > With the previous rework of drm_of_find_panel_or_bridge only > -EPROBE_DEFER is returned while previous behavior allowed -ENODEV > to be returned when the port/endpoint is either missing or unavailable. > > Make the default retur

Re: drm: of: Improve error handling in bridge/panel detection

2022-04-19 Thread Paul Cercueil
Hi Paul, Le jeu., avril 7 2022 at 11:34:08 +0200, Paul Kocialkowski a écrit : With the previous rework of drm_of_find_panel_or_bridge only -EPROBE_DEFER is returned while previous behavior allowed -ENODEV to be returned when the port/endpoint is either missing or unavailable. Make the defau

Re: [PATCH] drm: of: Improve error handling in bridge/panel detection

2022-04-08 Thread Bjorn Andersson
On Thu 07 Apr 04:34 CDT 2022, Paul Kocialkowski wrote: > With the previous rework of drm_of_find_panel_or_bridge only > -EPROBE_DEFER is returned while previous behavior allowed -ENODEV > to be returned when the port/endpoint is either missing or unavailable. > > Make the default return code of t