Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Andrey Grodzovsky and committed by
Alex Deucher
d0f29d49 cb23eae3

+2
+2
drivers/gpu/drm/scheduler/sched_main.c
··· 353 353 * drm_sched_stop - stop the scheduler 354 354 * 355 355 * @sched: scheduler instance 356 + * @bad: job which caused the time out 356 357 * 357 358 * Stop the scheduler and also removes and frees all completed jobs. 358 359 * Note: bad job will not be freed as it might be used later and so it's ··· 423 422 * drm_sched_job_recovery - recover jobs after a reset 424 423 * 425 424 * @sched: scheduler instance 425 + * @full_recovery: proceed with complete sched restart 426 426 * 427 427 */ 428 428 void drm_sched_start(struct drm_gpu_scheduler *sched, bool full_recovery)