* Re: [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! [not found] <CB5A5B81-F06C-4CBE-95DE-96C8723D2AC5@goldelico.com> @ 2020-04-17 12:44 ` Maxime Ripard 2020-04-17 12:58 ` Laurent Pinchart 2020-04-21 12:18 ` Daniel Vetter 1 sibling, 1 reply; 4+ messages in thread From: Maxime Ripard @ 2020-04-17 12:44 UTC (permalink / raw) To: H. Nikolaus Schaller Cc: Discussions about the Letux Kernel, linux-omap, Linux Kernel Mailing List, open list:DRM PANEL DRIVERS, Laurent Pinchart [-- Attachment #1: Type: text/plain, Size: 1238 bytes --] Hi, Cc'ing Laurent On Fri, Apr 17, 2020 at 02:18:11PM +0200, H. Nikolaus Schaller wrote: > Hi Maxime, > I have started to test v5.7-rc1 and can't fully boot the GTA04 > device any more. > > What I see in the log is: > > [ 28.567840] [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! > [ 28.567871] omapdrm omapdrm.0: unable to attach bridge /ocp@68000000/dss@48050000/encoder@48050c00 > [ 28.786529] omapdrm omapdrm.0: omap_modeset_init failed: ret=-22 > [ 28.841552] omapdrm: probe of omapdrm.0 failed with error -22 > > This device uses the ti,opa362 chip which did have a dedicated > omapdss driver before (which is removed now) and which seems to > be supported by the simple_bridge now. > > The opa362 is sitting in the video out path from > > omapdrm -> venc -> opa362 -> video-out-connector. > > What does this error mean? How can it be fixed? -22 is usually EINVAL, which can be pretty much anything. A good thing to do would be to bisect to see which actual commit broke it, but if I was to bet on something I guess it would be https://lore.kernel.org/dri-devel/20200226112514.12455-1-laurent.pinchart@ideasonboard.com/ Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! 2020-04-17 12:44 ` [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! Maxime Ripard @ 2020-04-17 12:58 ` Laurent Pinchart 2020-04-17 13:53 ` H. Nikolaus Schaller 0 siblings, 1 reply; 4+ messages in thread From: Laurent Pinchart @ 2020-04-17 12:58 UTC (permalink / raw) To: Maxime Ripard Cc: H. Nikolaus Schaller, Discussions about the Letux Kernel, linux-omap, Linux Kernel Mailing List, open list:DRM PANEL DRIVERS Hello, On Fri, Apr 17, 2020 at 02:44:22PM +0200, Maxime Ripard wrote: > On Fri, Apr 17, 2020 at 02:18:11PM +0200, H. Nikolaus Schaller wrote: > > Hi Maxime, > > I have started to test v5.7-rc1 and can't fully boot the GTA04 > > device any more. > > > > What I see in the log is: > > > > [ 28.567840] [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! > > [ 28.567871] omapdrm omapdrm.0: unable to attach bridge /ocp@68000000/dss@48050000/encoder@48050c00 > > [ 28.786529] omapdrm omapdrm.0: omap_modeset_init failed: ret=-22 > > [ 28.841552] omapdrm: probe of omapdrm.0 failed with error -22 > > > > This device uses the ti,opa362 chip which did have a dedicated > > omapdss driver before (which is removed now) and which seems to > > be supported by the simple_bridge now. > > > > The opa362 is sitting in the video out path from > > > > omapdrm -> venc -> opa362 -> video-out-connector. > > > > What does this error mean? How can it be fixed? > > -22 is usually EINVAL, which can be pretty much anything. A good thing to do > would be to bisect to see which actual commit broke it, but if I was to bet on > something I guess it would be > > https://lore.kernel.org/dri-devel/20200226112514.12455-1-laurent.pinchart@ideasonboard.com/ Would "[PATCH 0/2] drm: bridge: simple-bridge: Enable usage with DRM bridge connector helper" solve it ? -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! 2020-04-17 12:58 ` Laurent Pinchart @ 2020-04-17 13:53 ` H. Nikolaus Schaller 0 siblings, 0 replies; 4+ messages in thread From: H. Nikolaus Schaller @ 2020-04-17 13:53 UTC (permalink / raw) To: Laurent Pinchart Cc: Maxime Ripard, Discussions about the Letux Kernel, linux-omap, Linux Kernel Mailing List, open list:DRM PANEL DRIVERS Hi Laurent, > Am 17.04.2020 um 14:58 schrieb Laurent Pinchart <laurent.pinchart@ideasonboard.com>: > > Hello, > > On Fri, Apr 17, 2020 at 02:44:22PM +0200, Maxime Ripard wrote: >> On Fri, Apr 17, 2020 at 02:18:11PM +0200, H. Nikolaus Schaller wrote: >>> Hi Maxime, >>> I have started to test v5.7-rc1 and can't fully boot the GTA04 >>> device any more. >>> >>> What I see in the log is: >>> >>> [ 28.567840] [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! >>> [ 28.567871] omapdrm omapdrm.0: unable to attach bridge /ocp@68000000/dss@48050000/encoder@48050c00 >>> [ 28.786529] omapdrm omapdrm.0: omap_modeset_init failed: ret=-22 >>> [ 28.841552] omapdrm: probe of omapdrm.0 failed with error -22 >>> >>> This device uses the ti,opa362 chip which did have a dedicated >>> omapdss driver before (which is removed now) and which seems to >>> be supported by the simple_bridge now. >>> >>> The opa362 is sitting in the video out path from >>> >>> omapdrm -> venc -> opa362 -> video-out-connector. >>> >>> What does this error mean? How can it be fixed? >> >> -22 is usually EINVAL, which can be pretty much anything. A good thing to do >> would be to bisect to see which actual commit broke it, but if I was to bet on >> something I guess it would be >> >> https://lore.kernel.org/dri-devel/20200226112514.12455-1-laurent.pinchart@ideasonboard.com/ > > Would "[PATCH 0/2] drm: bridge: simple-bridge: Enable usage with DRM > bridge connector helper" solve it ? Yes, seems to magically solve the boot issue! I'll confirm later if the opa362 is still (or again) working. BR and thanks, Nikolaus Schaller ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! [not found] <CB5A5B81-F06C-4CBE-95DE-96C8723D2AC5@goldelico.com> 2020-04-17 12:44 ` [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! Maxime Ripard @ 2020-04-21 12:18 ` Daniel Vetter 1 sibling, 0 replies; 4+ messages in thread From: Daniel Vetter @ 2020-04-21 12:18 UTC (permalink / raw) To: H. Nikolaus Schaller Cc: Maxime Ripard, linux-omap, Discussions about the Letux Kernel, Linux Kernel Mailing List, open list:DRM PANEL DRIVERS On Fri, Apr 17, 2020 at 02:18:11PM +0200, H. Nikolaus Schaller wrote: > Hi Maxime, > I have started to test v5.7-rc1 and can't fully boot the GTA04 > device any more. > > What I see in the log is: > > [ 28.567840] [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! General PSA (and for Laurent et al, i.e. entire team of people working on all the varios bridge conversions): Please don't make something an error before all in-tree users are converted. Even an informational warning is often too much, even only very few drivers are left using an old pattern. -Daniel > [ 28.567871] omapdrm omapdrm.0: unable to attach bridge /ocp@68000000/dss@48050000/encoder@48050c00 > [ 28.786529] omapdrm omapdrm.0: omap_modeset_init failed: ret=-22 > [ 28.841552] omapdrm: probe of omapdrm.0 failed with error -22 > > This device uses the ti,opa362 chip which did have a dedicated > omapdss driver before (which is removed now) and which seems to > be supported by the simple_bridge now. > > The opa362 is sitting in the video out path from > > omapdrm -> venc -> opa362 -> video-out-connector. > > What does this error mean? How can it be fixed? > > BR and thanks, > Nikolaus > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-21 12:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CB5A5B81-F06C-4CBE-95DE-96C8723D2AC5@goldelico.com>
2020-04-17 12:44 ` [drm:simple_bridge_attach [simple_bridge]] *ERROR* Fix bridge driver to make connector optional! Maxime Ripard
2020-04-17 12:58 ` Laurent Pinchart
2020-04-17 13:53 ` H. Nikolaus Schaller
2020-04-21 12:18 ` Daniel Vetter
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox