diff options
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | 2019-01-30 02:53:19 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-02-15 11:15:08 -0500 |
commit | 1decbf6bb0b4dc56c9da6c5e57b994ebfc2be3aa (patch) | |
tree | 1d357e57e9295e264591c03261b36dadaa36d0a8 /LICENSES | |
parent | 7a5e0d9ab6d9564f5f82d7a16355118aadd25ef8 (diff) | |
download | linux-1decbf6bb0b4dc56c9da6c5e57b994ebfc2be3aa.tar.bz2 |
drm/sched: Fix entities with 0 rqs.
Some blocks in amdgpu can have 0 rqs.
Job creation already fails with -ENOENT when entity->rq is NULL,
so jobs cannot be pushed. Without a rq there is no scheduler to
pop jobs, and rq selection already does the right thing with a
list of length 0.
So the operations we need to fix are:
- Creation, do not set rq to rq_list[0] if the list can have length 0.
- Do not flush any jobs when there is no rq.
- On entity destruction handle the rq = NULL case.
- on set_priority, do not try to change the rq if it is NULL.
Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions