Re: [PATCH v2] drm/msm/mdp5: stop overriding drvdata

2022-10-22 Thread Dmitry Baryshkov
On 22/10/2022 00:58, Abhinav Kumar wrote: Hi Dmitry A couple of comments below. On 10/21/2022 12:26 PM, Dmitry Baryshkov wrote: The rest of the code expects that master's device drvdata is the struct msm_drm_private instance. Do not override the mdp5's drvdata. Fixes: 6874f48bb8b0 ("drm/msm:

Re: [PATCH v2] drm/msm/mdp5: stop overriding drvdata

2022-10-21 Thread Abhinav Kumar
Hi Dmitry A couple of comments below. On 10/21/2022 12:26 PM, Dmitry Baryshkov wrote: The rest of the code expects that master's device drvdata is the struct msm_drm_private instance. Do not override the mdp5's drvdata. Fixes: 6874f48bb8b0 ("drm/msm: make mdp5/dpu devices master components") S

[PATCH v2] drm/msm/mdp5: stop overriding drvdata

2022-10-21 Thread Dmitry Baryshkov
The rest of the code expects that master's device drvdata is the struct msm_drm_private instance. Do not override the mdp5's drvdata. Fixes: 6874f48bb8b0 ("drm/msm: make mdp5/dpu devices master components") Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar --- Abhinav, Rob, please pick