2018년 04월 06일 01:45에 Daniel Vetter 이(가) 쓴 글: > On Thu, Apr 05, 2018 at 06:13:53PM +0300, Ville Syrjala wrote: >> From: Ville Syrjälä <[email protected]> >> >> We want to get rid of plane->crtc on atomic drivers. Stop setting it. >> >> Cc: Inki Dae <[email protected]> >> Cc: Joonyoung Shim <[email protected]> >> Cc: Seung-Woo Kim <[email protected]> >> Cc: Kyungmin Park <[email protected]> >> Signed-off-by: Ville Syrjälä <[email protected]> >> Reviewed-by: Maarten Lankhorst <[email protected]> > > Reviewed-by: Daniel Vetter <[email protected]>
Daniel, could you pick up this patch series including a exynos patch? I think misc git is better than deconcentrating this patch series to each maintainer's tree. Acked-by: Inki Dae <[email protected]> Thanks, Inki Dae > >> --- >> drivers/gpu/drm/exynos/exynos_drm_plane.c | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/drivers/gpu/drm/exynos/exynos_drm_plane.c >> b/drivers/gpu/drm/exynos/exynos_drm_plane.c >> index d2a90dae5c71..1b1af359c303 100644 >> --- a/drivers/gpu/drm/exynos/exynos_drm_plane.c >> +++ b/drivers/gpu/drm/exynos/exynos_drm_plane.c >> @@ -263,8 +263,6 @@ static void exynos_plane_atomic_update(struct drm_plane >> *plane, >> if (!state->crtc) >> return; >> >> - plane->crtc = state->crtc; >> - >> if (exynos_crtc->ops->update_plane) >> exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane); >> } >> -- >> 2.16.1 >> >> _______________________________________________ >> dri-devel mailing list >> [email protected] >> https://lists.freedesktop.org/mailman/listinfo/dri-devel > _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
