Re: [Freedreno] [PATCH v1] drm/msm: use compatible string to find mdp node

2021-10-05 Thread Stephen Boyd
Quoting Krishna Manikandan (2021-10-05 02:44:31) > In the current implementation, substring comparison > using device node name is used to find mdp node > during driver probe. Use compatible string instead > of node name to get mdp node from the parent mdss node. > > Signed-off-by: Krishna Manikand

[Freedreno] [PATCH v1] drm/msm: use compatible string to find mdp node

2021-10-05 Thread Krishna Manikandan
In the current implementation, substring comparison using device node name is used to find mdp node during driver probe. Use compatible string instead of node name to get mdp node from the parent mdss node. Signed-off-by: Krishna Manikandan --- drivers/gpu/drm/msm/msm_drv.c | 13 ++--- 1