Re: [Freedreno] [PATCH] drm/msm/dp: Add missing drm_device backpointer

2021-06-25 Thread Lyude Paul
Ah - must have missed this when I added this. Thanks for the fix! Reviewed-by: Lyude Paul On Thu, 2021-06-24 at 20:47 -0700, Bjorn Andersson wrote: > '6cba3fe43341 ("drm/dp: Add backpointer to drm_device in drm_dp_aux")' > introduced a mandator drm_device backpointer in struct drm_dp_aux, but >

Re: [Freedreno] [PATCH] drm/msm/dp: Add missing drm_device backpointer

2021-06-25 Thread abhinavk
On 2021-06-24 20:47, Bjorn Andersson wrote: '6cba3fe43341 ("drm/dp: Add backpointer to drm_device in drm_dp_aux")' introduced a mandator drm_device backpointer in struct drm_dp_aux, but mandatory missed the msm DP driver. Fix this. Fixes: 6cba3fe43341 ("drm/dp: Add backpointer to drm_device

[Freedreno] [PATCH] drm/msm/dp: Add missing drm_device backpointer

2021-06-24 Thread Bjorn Andersson
'6cba3fe43341 ("drm/dp: Add backpointer to drm_device in drm_dp_aux")' introduced a mandator drm_device backpointer in struct drm_dp_aux, but missed the msm DP driver. Fix this. Fixes: 6cba3fe43341 ("drm/dp: Add backpointer to drm_device in drm_dp_aux") Signed-off-by: Bjorn Andersson ---