Re: [Intel-gfx] [PATCH] drm/i915/gt: Increase MCR lock timeout

2023-10-04 Thread Matt Roper
On Wed, Oct 04, 2023 at 09:25:40AM +0100, Tvrtko Ursulin wrote: > > On 03/10/2023 22:08, Jonathan Cavitt wrote: > > Increase the timeout MCR waits for the steering semaphore > > in intel_gt_mcr_lock by a factor of 10. > > Ideally you mention why in the commit message, with some appropriate level

Re: [Intel-gfx] [PATCH] drm/i915/gt: Increase MCR lock timeout

2023-10-04 Thread Tvrtko Ursulin
On 03/10/2023 22:08, Jonathan Cavitt wrote: Increase the timeout MCR waits for the steering semaphore in intel_gt_mcr_lock by a factor of 10. Ideally you mention why in the commit message, with some appropriate level of detail depending on the situation. +Matt for MCR stuff. Regards,

[Intel-gfx] [PATCH] drm/i915/gt: Increase MCR lock timeout

2023-10-03 Thread Jonathan Cavitt
Increase the timeout MCR waits for the steering semaphore in intel_gt_mcr_lock by a factor of 10. Signed-off-by: Jonathan Cavitt --- drivers/gpu/drm/i915/gt/intel_gt_mcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/intel_gt_mcr.c