drm/ttm: fix kerneldoc for ttm_lru_bulk_move
authorChristian König <christian.koenig@amd.com>
Wed, 13 Apr 2022 09:11:36 +0000 (11:11 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 13 Apr 2022 09:26:00 +0000 (11:26 +0200)
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>
Link: https://patchwork.freedesktop.org/patch/msgid/20220413091242.638413-1-christian.koenig@amd.com
include/drm/ttm/ttm_resource.h

index 314f73de4280bbeaac2d27cc53c5a9bc92e5c401..f82fee18c07fc2b5e51ca48c2ae9012551ee9734 100644 (file)
@@ -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().