dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/ttm: fix kerneldoc for ttm_lru_bulk_move
@ 2022-04-13  9:12 Christian König
  2022-04-13  9:22 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Christian König @ 2022-04-13  9:12 UTC (permalink / raw)
  To: daniel.vetter, dri-devel; +Cc: Christian König

Update the kerneldoc for the members as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
---
 include/drm/ttm/ttm_resource.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/drm/ttm/ttm_resource.h b/include/drm/ttm/ttm_resource.h
index 314f73de4280..f82fee18c07f 100644
--- a/include/drm/ttm/ttm_resource.h
+++ b/include/drm/ttm/ttm_resource.h
@@ -215,8 +215,7 @@ struct ttm_lru_bulk_move_pos {
 /**
  * struct ttm_lru_bulk_move
  *
- * @tt: first/last lru entry for resources in the TT domain
- * @vram: first/last lru entry for resources in the VRAM domain
+ * @pos: first/last lru entry for resources in the each domain/priority
  *
  * Container for the current bulk move state. Should be used with
  * ttm_lru_bulk_move_init() and ttm_bo_set_bulk_move().
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/ttm: fix kerneldoc for ttm_lru_bulk_move
  2022-04-13  9:12 [PATCH] drm/ttm: fix kerneldoc for ttm_lru_bulk_move Christian König
@ 2022-04-13  9:22 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2022-04-13  9:22 UTC (permalink / raw)
  To: Christian König; +Cc: daniel.vetter, Christian König, dri-devel

On Wed, Apr 13, 2022 at 11:12:42AM +0200, Christian König wrote:
> Update the kerneldoc for the members as well.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>
> Fixes: b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>

> ---
>  include/drm/ttm/ttm_resource.h | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/include/drm/ttm/ttm_resource.h b/include/drm/ttm/ttm_resource.h
> index 314f73de4280..f82fee18c07f 100644
> --- a/include/drm/ttm/ttm_resource.h
> +++ b/include/drm/ttm/ttm_resource.h
> @@ -215,8 +215,7 @@ struct ttm_lru_bulk_move_pos {
>  /**
>   * struct ttm_lru_bulk_move
>   *
> - * @tt: first/last lru entry for resources in the TT domain
> - * @vram: first/last lru entry for resources in the VRAM domain
> + * @pos: first/last lru entry for resources in the each domain/priority
>   *
>   * Container for the current bulk move state. Should be used with
>   * ttm_lru_bulk_move_init() and ttm_bo_set_bulk_move().
> -- 
> 2.25.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-13  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  9:12 [PATCH] drm/ttm: fix kerneldoc for ttm_lru_bulk_move Christian König
2022-04-13  9:22 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).