linux_dsm_epyc7002/drivers/gpu/drm/scheduler
Andrey Grodzovsky 563e1e664d drm/scheduler: Remove obsolete spinlock.
This spinlock is superfluous, any call to drm_sched_entity_push_job
should already be under a lock together with matching drm_sched_job_init
to match the order of insertion into queue with job's fence seqence
number.

v2:
Improve patch description.
Add functions documentation describing the locking considerations

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Acked-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-05-18 16:08:17 -05:00
..
gpu_scheduler_trace.h drm/scheduler: move the tracepoints file from the include directory 2018-04-11 13:08:00 -05:00
gpu_scheduler.c drm/scheduler: Remove obsolete spinlock. 2018-05-18 16:08:17 -05:00
Makefile drm/scheduler: add license to the Makefile 2017-12-07 11:52:29 -05:00
sched_fence.c drm/sched: move fence slab handling to module init/exit 2017-12-07 11:52:14 -05:00