Re: [PATCH] drm/doc: Fix missing @ctx documentation

2017-04-13 Thread Daniel Vetter
On Thu, Apr 13, 2017 at 09:43:07AM +0200, Neil Armstrong wrote: > On 04/13/2017 09:40 AM, Daniel Vetter wrote: > > Forgot to add this :( > > > > Fixes: 1931529448bc ("drm: Add acquire ctx parameter to ->plane_disable") > > Cc: Harry Wentland > > Signed-off-by: Daniel Vetter > > --- > > drivers/

Re: [PATCH] drm/doc: Fix missing @ctx documentation

2017-04-13 Thread Neil Armstrong
On 04/13/2017 09:40 AM, Daniel Vetter wrote: > Forgot to add this :( > > Fixes: 1931529448bc ("drm: Add acquire ctx parameter to ->plane_disable") > Cc: Harry Wentland > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_plane_helper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --g