diff options
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | 2022-03-28 09:25:32 -0400 |
---|---|---|
committer | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | 2022-03-28 10:51:36 -0400 |
commit | e795df5bbcf27abd6250a0fb9fa8ad7a9748959f (patch) | |
tree | 346593538798bbb69a75cfd21805469f6c11f4b7 /include | |
parent | 27f26359de9b63131a4990ec341dba969860f2fa (diff) | |
download | linux-e795df5bbcf27abd6250a0fb9fa8ad7a9748959f.tar.bz2 |
drm/sched: Fix htmldoc warning.
Fixes the warning.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220328132532.406572-1-andrey.grodzovsky@amd.com
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/gpu_scheduler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h index 944f83ef9f2e..0fca8f38bee4 100644 --- a/include/drm/gpu_scheduler.h +++ b/include/drm/gpu_scheduler.h @@ -270,6 +270,7 @@ struct drm_sched_fence *to_drm_sched_fence(struct dma_fence *f); * @sched: the scheduler instance on which this job is scheduled. * @s_fence: contains the fences for the scheduling of job. * @finish_cb: the callback for the finished fence. + * @work: Helper to reschdeule job kill to different context. * @id: a unique id assigned to each job scheduled on the scheduler. * @karma: increment on every hang caused by this job. If this exceeds the hang * limit of the scheduler then the job is marked guilty and will not |