diff mbox

drm: Fix kerneldoc for atomic_async_update

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

Commit Message

Daniel Vetter July 31, 2017, 11:17 a.m. UTC
The enumeration of FIXMEs wasn't indented properly.

Fixes: fef9df8b5945 ("drm/atomic: initial support for asynchronous plane update")
Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 include/drm/drm_modeset_helper_vtables.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Gustavo Padovan July 31, 2017, 1:49 p.m. UTC | #1
2017-07-31 Daniel Vetter <daniel.vetter@ffwll.ch>:

> The enumeration of FIXMEs wasn't indented properly.
> 
> Fixes: fef9df8b5945 ("drm/atomic: initial support for asynchronous plane update")
> Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  include/drm/drm_modeset_helper_vtables.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
> index 06569845708c..810c2aae9d81 100644
> --- a/include/drm/drm_modeset_helper_vtables.h
> +++ b/include/drm/drm_modeset_helper_vtables.h
> @@ -1179,9 +1179,9 @@ struct drm_plane_helper_funcs {
>  	 *  - It only works for single plane updates
>  	 *  - Async Pageflips are not supported yet
>  	 *  - Some hw might still scan out the old buffer until the next
> -	 *  vblank, however we let go of the fb references as soon as
> -	 *  we run this hook. For now drivers must implement their own workers
> -	 *  for deferring if needed, until a common solution is created.
> +	 *    vblank, however we let go of the fb references as soon as
> +	 *    we run this hook. For now drivers must implement their own workers
> +	 *    for deferring if needed, until a common solution is created.
>  	 */
>  	void (*atomic_async_update)(struct drm_plane *plane,
>  				    struct drm_plane_state *new_state);

Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com>

	Gustavo
diff mbox

Patch

diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
index 06569845708c..810c2aae9d81 100644
--- a/include/drm/drm_modeset_helper_vtables.h
+++ b/include/drm/drm_modeset_helper_vtables.h
@@ -1179,9 +1179,9 @@  struct drm_plane_helper_funcs {
 	 *  - It only works for single plane updates
 	 *  - Async Pageflips are not supported yet
 	 *  - Some hw might still scan out the old buffer until the next
-	 *  vblank, however we let go of the fb references as soon as
-	 *  we run this hook. For now drivers must implement their own workers
-	 *  for deferring if needed, until a common solution is created.
+	 *    vblank, however we let go of the fb references as soon as
+	 *    we run this hook. For now drivers must implement their own workers
+	 *    for deferring if needed, until a common solution is created.
 	 */
 	void (*atomic_async_update)(struct drm_plane *plane,
 				    struct drm_plane_state *new_state);