mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
drm/scheduler: fix param documentation
There is no @kernel parameter anymore and document the @guilty parameter Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e63f86735d
commit
ced5443502
1 changed files with 2 additions and 1 deletions
|
@ -117,8 +117,9 @@ drm_sched_rq_select_entity(struct drm_sched_rq *rq)
|
|||
* @sched The pointer to the scheduler
|
||||
* @entity The pointer to a valid drm_sched_entity
|
||||
* @rq The run queue this entity belongs
|
||||
* @kernel If this is an entity for the kernel
|
||||
* @jobs The max number of jobs in the job queue
|
||||
* @guilty atomic_t set to 1 when a job on this queue
|
||||
* is found to be guilty causing a timeout
|
||||
*
|
||||
* return 0 if succeed. negative error code on failure
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue