[Intel-gfx] [PATCH 11/15] drm/msm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()

Fernando Ramos greenfoo at u92.eu
Fri Sep 17 22:41:35 UTC 2021


> >  	int i, out_width;
> > +	int ret;
> 
> Please put ret with i & out_width

Done!


> > -	drm_modeset_unlock_all(crtc->dev);
> > +	DRM_MODESET_LOCK_ALL_END(crtc->dev, ctx, ret);
> >  
> >  	return 0;
> 
> Return ret here

Done!


More information about the Intel-gfx mailing list