Re: [PATCH] drm/msm: Only add available components

2018-12-04 Thread Rob Clark
On Tue, Dec 4, 2018 at 1:04 PM Douglas Anderson wrote: > > When trying to get the display up on my sdm845 board I noticed that > the display wouldn't probe if I had the dsi1 node marked as "disabled" > even though my board doesn't use dsi1. It looks like the msm code > adds all nodes to its list

[PATCH] drm/msm: Only add available components

2018-12-04 Thread Douglas Anderson
When trying to get the display up on my sdm845 board I noticed that the display wouldn't probe if I had the dsi1 node marked as "disabled" even though my board doesn't use dsi1. It looks like the msm code adds all nodes to its list of components even if they are disabled. I believe this doesn't w