mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
drm/sched: Fix make htmldocs warnings.
Document the missing parameters. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/1559140180-6762-1-git-send-email-andrey.grodzovsky@amd.com
This commit is contained in:
parent
cb23eae3ec
commit
d0f29d4980
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,7 @@ EXPORT_SYMBOL(drm_sched_increase_karma);
|
||||||
* drm_sched_stop - stop the scheduler
|
* drm_sched_stop - stop the scheduler
|
||||||
*
|
*
|
||||||
* @sched: scheduler instance
|
* @sched: scheduler instance
|
||||||
|
* @bad: job which caused the time out
|
||||||
*
|
*
|
||||||
* Stop the scheduler and also removes and frees all completed jobs.
|
* Stop the scheduler and also removes and frees all completed jobs.
|
||||||
* Note: bad job will not be freed as it might be used later and so it's
|
* Note: bad job will not be freed as it might be used later and so it's
|
||||||
|
@ -422,6 +423,7 @@ EXPORT_SYMBOL(drm_sched_stop);
|
||||||
* drm_sched_job_recovery - recover jobs after a reset
|
* drm_sched_job_recovery - recover jobs after a reset
|
||||||
*
|
*
|
||||||
* @sched: scheduler instance
|
* @sched: scheduler instance
|
||||||
|
* @full_recovery: proceed with complete sched restart
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void drm_sched_start(struct drm_gpu_scheduler *sched, bool full_recovery)
|
void drm_sched_start(struct drm_gpu_scheduler *sched, bool full_recovery)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue