Commit bc6adc2e authored by Jani Nikula's avatar Jani Nikula

drm/ttm: fix ttm_execbuf_util.h kernel-doc warnings

Fix some formatting errors and excess documentation.

Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Huang Rui <ray.huang@amd.com>
Acked-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b0f6d243c4e5eb1564ef2f4bb5bb834ee2c0305b.1709898638.git.jani.nikula@intel.com
parent 2c6f6831
...@@ -52,7 +52,7 @@ struct ttm_validate_buffer { ...@@ -52,7 +52,7 @@ struct ttm_validate_buffer {
}; };
/** /**
* function ttm_eu_backoff_reservation * ttm_eu_backoff_reservation
* *
* @ticket: ww_acquire_ctx from reserve call * @ticket: ww_acquire_ctx from reserve call
* @list: thread private list of ttm_validate_buffer structs. * @list: thread private list of ttm_validate_buffer structs.
...@@ -64,14 +64,13 @@ void ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket, ...@@ -64,14 +64,13 @@ void ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket,
struct list_head *list); struct list_head *list);
/** /**
* function ttm_eu_reserve_buffers * ttm_eu_reserve_buffers
* *
* @ticket: [out] ww_acquire_ctx filled in by call, or NULL if only * @ticket: [out] ww_acquire_ctx filled in by call, or NULL if only
* non-blocking reserves should be tried. * non-blocking reserves should be tried.
* @list: thread private list of ttm_validate_buffer structs. * @list: thread private list of ttm_validate_buffer structs.
* @intr: should the wait be interruptible * @intr: should the wait be interruptible
* @dups: [out] optional list of duplicates. * @dups: [out] optional list of duplicates.
* @del_lru: true if BOs should be removed from the LRU.
* *
* Tries to reserve bos pointed to by the list entries for validation. * Tries to reserve bos pointed to by the list entries for validation.
* If the function returns 0, all buffers are marked as "unfenced", * If the function returns 0, all buffers are marked as "unfenced",
...@@ -102,7 +101,7 @@ int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, ...@@ -102,7 +101,7 @@ int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket,
struct list_head *dups); struct list_head *dups);
/** /**
* function ttm_eu_fence_buffer_objects. * ttm_eu_fence_buffer_objects
* *
* @ticket: ww_acquire_ctx from reserve call * @ticket: ww_acquire_ctx from reserve call
* @list: thread private list of ttm_validate_buffer structs. * @list: thread private list of ttm_validate_buffer structs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment