Re: [RFC] drm/scheduler: Remove mention of TDR from scheduler API

2025-02-11 Thread Matthew Brost
On Thu, Feb 06, 2025 at 10:20:43AM +, Tvrtko Ursulin wrote: > > On 06/02/2025 06:45, Matthew Brost wrote: > > On Wed, Feb 05, 2025 at 01:44:48PM +0100, Christian König wrote: > > > Am 05.02.25 um 12:14 schrieb Tvrtko Ursulin: > > > > Christian suggests scheduler should not use the term TDR bec

Re: [RFC] drm/scheduler: Remove mention of TDR from scheduler API

2025-02-06 Thread Tvrtko Ursulin
On 06/02/2025 06:45, Matthew Brost wrote: On Wed, Feb 05, 2025 at 01:44:48PM +0100, Christian König wrote: Am 05.02.25 um 12:14 schrieb Tvrtko Ursulin: Christian suggests scheduler should not use the term TDR because it only can do basic timeout detection on it's own, not the full blown timeo

Re: [RFC] drm/scheduler: Remove mention of TDR from scheduler API

2025-02-05 Thread Matthew Brost
On Wed, Feb 05, 2025 at 01:44:48PM +0100, Christian König wrote: > Am 05.02.25 um 12:14 schrieb Tvrtko Ursulin: > > Christian suggests scheduler should not use the term TDR because it only > > can do basic timeout detection on it's own, not the full blown timeout- > > detection-and-recovery (TDR) a

Re: [RFC] drm/scheduler: Remove mention of TDR from scheduler API

2025-02-05 Thread Christian König
Am 05.02.25 um 12:14 schrieb Tvrtko Ursulin: Christian suggests scheduler should not use the term TDR because it only can do basic timeout detection on it's own, not the full blown timeout- detection-and-recovery (TDR) as the term is generally understood. There is even more to the term TDR on W

[RFC] drm/scheduler: Remove mention of TDR from scheduler API

2025-02-05 Thread Tvrtko Ursulin
Christian suggests scheduler should not use the term TDR because it only can do basic timeout detection on it's own, not the full blown timeout- detection-and-recovery (TDR) as the term is generally understood. Attempt to rename it to a more basic drm_sched_trigger_timeout. Signed-off-by: Tvrtko