Thread (1 message) 1 message, 1 author, 2013-10-25

Re: ARM topic: Is DT on ARM the solution, or is there something better?

From: Thierry Reding <hidden>
Date: 2013-10-25 09:24:46
Also in: linux-arm-kernel

On Thu, Oct 24, 2013 at 05:21:54PM -0400, Rob Clark wrote:
On Thu, Oct 24, 2013 at 3:28 AM, Sascha Hauer [off-list ref] wrote:
quoted
On Wed, Oct 23, 2013 at 09:14:17PM -0400, Rob Clark wrote:
quoted
On Mon, Oct 21, 2013 at 5:27 AM, Sascha Hauer [off-list ref] wrote:
quoted
quoted
If a subsystem doesn't work well with DT, then the choices are either:

(a) don't use DT with the subsystem
The underlying problem has nothing to do with DT. Multi component
hardware does exist and won't vanish when we stop using DT.
quoted
(b) fix the subsystem
I'd love to do that. Step one to this seems to be to increase the
awareness that there's something wrong with DRM.

Note that I suspect your idea of "fixing drm" is going to break some
userspace assumptions about the hw (ie. userspace isn't expecting
crtcs/encoders/connectors to suddenly appear/disappear.  And the funny
thing is, on all of this hw, that isn't going to happen anyways.
I was talking about all SoC DRM drivers implementing variants of the
same glue between drm and the multidevice nature of the components.

To make that sure: I never had the intention to implement hotplug for
drm. Also what the imx-drm driver does is not for hotplug, but only for
binding different components together.
ahh, ok.  Yeah, we do need some way to make this easier, as it is a
too-common pattern.  I do think we do need a way to know if something
is missing because it isn't there vs it hasn't been probed yet.  Ie.
late_initcall() is not the awesome solution.
Yes, that's particularly easy to do with DT because you can walk the
tree looking for status = "okay" to collect which device nodes are
supposed to be enabled and assume that they'll show up eventually. I
have no idea how this could be done without DT, though. Perhaps iterate
over all platform devices and look for matching name.id pairs? Then
again, it seems like this is primarily an issue on ARM, and eventually
all ARM SoCs will move to DT, so perhaps this may become a non-issue.
But it doesn't help with platforms that don't support DT yet.

Thierry

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help