Re: [RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout

2023-08-31 Thread Luben Tuikov
On 2023-07-30 21:09, Matthew Brost wrote: > On Thu, May 04, 2023 at 01:28:12AM -0400, Luben Tuikov wrote: >> On 2023-04-03 20:22, Matthew Brost wrote: >>> Add helper to set TDR timeout and restart the TDR with new timeout >>> value. This will be used in XE, new Intel GPU driver, to trigger the TDR

Re: [RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout

2023-07-30 Thread Matthew Brost
On Thu, May 04, 2023 at 01:28:12AM -0400, Luben Tuikov wrote: > On 2023-04-03 20:22, Matthew Brost wrote: > > Add helper to set TDR timeout and restart the TDR with new timeout > > value. This will be used in XE, new Intel GPU driver, to trigger the TDR > > to cleanup drm_sched_entity that encounte

Re: [RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout

2023-05-03 Thread Luben Tuikov
On 2023-04-03 20:22, Matthew Brost wrote: > Add helper to set TDR timeout and restart the TDR with new timeout > value. This will be used in XE, new Intel GPU driver, to trigger the TDR > to cleanup drm_sched_entity that encounter errors. > > Signed-off-by: Matthew Brost > --- > drivers/gpu/drm/

[RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout

2023-04-03 Thread Matthew Brost
Add helper to set TDR timeout and restart the TDR with new timeout value. This will be used in XE, new Intel GPU driver, to trigger the TDR to cleanup drm_sched_entity that encounter errors. Signed-off-by: Matthew Brost --- drivers/gpu/drm/scheduler/sched_main.c | 18 ++ include/