Re: [PATCH] drm: msm: Fix add_gpu_components

2019-06-26 Thread Rob Clark
On Wed, Jun 26, 2019 at 11:00 AM Jeffrey Hugo wrote: > > add_gpu_components() adds found GPU nodes from the DT to the match list, > regardless of the status of the nodes. This is a problem, because if the > nodes are disabled, they should not be on the match list because they will > not be matche

[PATCH] drm: msm: Fix add_gpu_components

2019-06-26 Thread Jeffrey Hugo
add_gpu_components() adds found GPU nodes from the DT to the match list, regardless of the status of the nodes. This is a problem, because if the nodes are disabled, they should not be on the match list because they will not be matched. This prevents display from initing if a GPU node is defined,