Re: [PATCH v5 6/7] drm/sched: Add drm_sched_start_timeout_unlocked helper

2023-10-16 Thread Luben Tuikov
On 2023-10-16 10:57, Matthew Brost wrote: > On Fri, Oct 13, 2023 at 10:52:22PM -0400, Luben Tuikov wrote: >> On 2023-10-11 19:58, Matthew Brost wrote: >>> Also add a lockdep assert to drm_sched_start_timeout. >>> >>> Signed-off-by: Matthew Brost >>> Reviewed-by: Luben Tuikov >> >> I don't remembe

Re: [PATCH v5 6/7] drm/sched: Add drm_sched_start_timeout_unlocked helper

2023-10-16 Thread Matthew Brost
On Fri, Oct 13, 2023 at 10:52:22PM -0400, Luben Tuikov wrote: > On 2023-10-11 19:58, Matthew Brost wrote: > > Also add a lockdep assert to drm_sched_start_timeout. > > > > Signed-off-by: Matthew Brost > > Reviewed-by: Luben Tuikov > > I don't remember sending a Reviewed-by email to this patch.

Re: [PATCH v5 6/7] drm/sched: Add drm_sched_start_timeout_unlocked helper

2023-10-13 Thread Luben Tuikov
On 2023-10-11 19:58, Matthew Brost wrote: > Also add a lockdep assert to drm_sched_start_timeout. > > Signed-off-by: Matthew Brost > Reviewed-by: Luben Tuikov I don't remember sending a Reviewed-by email to this patch. I'll add the R-V to the commit when I apply and push this patch, after repl

[PATCH v5 6/7] drm/sched: Add drm_sched_start_timeout_unlocked helper

2023-10-11 Thread Matthew Brost
Also add a lockdep assert to drm_sched_start_timeout. Signed-off-by: Matthew Brost Reviewed-by: Luben Tuikov --- drivers/gpu/drm/scheduler/sched_main.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/scheduler/sched_main.c b/drivers