mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 06:22:40 -04:00
drm/amdgpu: fix entity wakeup race condition
That actually didn't worked at all. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f85a6dd9eb
commit
aef4852eed
@@ -117,7 +117,6 @@ struct amd_gpu_scheduler {
|
||||
uint32_t granularity; /* in ms unit */
|
||||
uint32_t preemption;
|
||||
wait_queue_head_t wait_queue;
|
||||
struct amd_sched_entity *current_entity;
|
||||
struct mutex sched_lock;
|
||||
uint32_t hw_submission_limit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user