Re: [Freedreno] [PATCH 3/3] drm/msm: Don't fail bind if nothing connected to dsi

2018-07-30 Thread abhinavk
On 2018-07-30 08:26, Sean Paul wrote: If there is no bridge or panel connected to a dsi node, don't fail the entire msm bind. Just ignore the dsi block and move on. Cc: Doug Anderson Signed-off-by: Sean Paul Reviewed-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi.c | 9 +++-- 1

[Freedreno] [PATCH 3/3] drm/msm: Don't fail bind if nothing connected to dsi

2018-07-30 Thread Sean Paul
If there is no bridge or panel connected to a dsi node, don't fail the entire msm bind. Just ignore the dsi block and move on. Cc: Doug Anderson Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/dsi/dsi.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git