diff mbox

drm/doc: Fix missing @ctx documentation

Message ID 20170413074007.7620-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter April 13, 2017, 7:40 a.m. UTC
Forgot to add this :(

Fixes: 1931529448bc ("drm: Add acquire ctx parameter to ->plane_disable")
Cc: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 drivers/gpu/drm/drm_plane_helper.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Neil Armstrong April 13, 2017, 7:43 a.m. UTC | #1
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 <harry.wentland@amd.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  drivers/gpu/drm/drm_plane_helper.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c
> index b84a295230fc..9854a503e201 100644
> --- a/drivers/gpu/drm/drm_plane_helper.c
> +++ b/drivers/gpu/drm/drm_plane_helper.c
> @@ -381,6 +381,7 @@ EXPORT_SYMBOL(drm_primary_helper_update);
>  /**
>   * drm_primary_helper_disable() - Helper for primary plane disable
>   * @plane: plane to disable
> + * @ctx: lock acquire context, not used here
>   *
>   * Provides a default plane disable handler for primary planes.  This is handler
>   * is called in response to a userspace SetPlane operation on the plane with a
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Daniel Vetter April 13, 2017, 7:47 a.m. UTC | #2
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 <harry.wentland@amd.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  drivers/gpu/drm/drm_plane_helper.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c
> > index b84a295230fc..9854a503e201 100644
> > --- a/drivers/gpu/drm/drm_plane_helper.c
> > +++ b/drivers/gpu/drm/drm_plane_helper.c
> > @@ -381,6 +381,7 @@ EXPORT_SYMBOL(drm_primary_helper_update);
> >  /**
> >   * drm_primary_helper_disable() - Helper for primary plane disable
> >   * @plane: plane to disable
> > + * @ctx: lock acquire context, not used here
> >   *
> >   * Provides a default plane disable handler for primary planes.  This is handler
> >   * is called in response to a userspace SetPlane operation on the plane with a
> > 
> 
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Thanks for your review, applied to drm-misc-next.
-Daniel
diff mbox

Patch

diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c
index b84a295230fc..9854a503e201 100644
--- a/drivers/gpu/drm/drm_plane_helper.c
+++ b/drivers/gpu/drm/drm_plane_helper.c
@@ -381,6 +381,7 @@  EXPORT_SYMBOL(drm_primary_helper_update);
 /**
  * drm_primary_helper_disable() - Helper for primary plane disable
  * @plane: plane to disable
+ * @ctx: lock acquire context, not used here
  *
  * Provides a default plane disable handler for primary planes.  This is handler
  * is called in response to a userspace SetPlane operation on the plane with a