Re: [PATCH v2] drm/scheduler: Remove obsolete spinlock.

2018-05-17 Thread Christian König
Reviewed-by: Christian König Am 17.05.2018 um 04:32 schrieb zhoucm1: Yes, every thing is clear, Acked-by: Chunming Zhou On 2018年05月16日 23:33, Andrey Grodzovsky wrote: This spinlock is superfluous, any call to drm_sched_entity_push_job should already be under a lock together with matching dr

Re: [PATCH v2] drm/scheduler: Remove obsolete spinlock.

2018-05-16 Thread zhoucm1
Yes, every thing is clear, Acked-by: Chunming Zhou On 2018年05月16日 23:33, Andrey Grodzovsky wrote: 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 f