Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-12-02 Thread Tvrtko Ursulin
On 02/12/2022 12:19, Andrzej Hajda wrote: On 02.12.2022 10:14, Tvrtko Ursulin wrote: On 01/12/2022 16:36, Andrzej Hajda wrote: On 01.12.2022 11:28, Tvrtko Ursulin wrote: On 01/12/2022 00:22, John Harrison wrote: On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajd

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-12-02 Thread Andrzej Hajda
On 02.12.2022 10:14, Tvrtko Ursulin wrote: On 01/12/2022 16:36, Andrzej Hajda wrote: On 01.12.2022 11:28, Tvrtko Ursulin wrote: On 01/12/2022 00:22, John Harrison wrote: On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preem

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-12-02 Thread Tvrtko Ursulin
On 01/12/2022 16:36, Andrzej Hajda wrote: On 01.12.2022 11:28, Tvrtko Ursulin wrote: On 01/12/2022 00:22, John Harrison wrote: On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preempt_timeout_ms is used for timeout, but since i

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-12-01 Thread Andrzej Hajda
On 01.12.2022 11:28, Tvrtko Ursulin wrote: On 01/12/2022 00:22, John Harrison wrote: On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preempt_timeout_ms is used for timeout, but since introduction of DRM_I915_PREEMPT_TIMEOUT_COMPU

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-12-01 Thread Tvrtko Ursulin
On 01/12/2022 00:22, John Harrison wrote: On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preempt_timeout_ms is used for timeout, but since introduction of DRM_I915_PREEMPT_TIMEOUT_COMPUTE it increases to 7.5 seconds. Heartbeat o

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-11-30 Thread John Harrison
On 11/29/2022 00:43, Tvrtko Ursulin wrote: On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preempt_timeout_ms is used for timeout, but since introduction of DRM_I915_PREEMPT_TIMEOUT_COMPUTE it increases to 7.5 seconds. Heartbeat occurs earlier but it is still 2.5s. Fixes: d

Re: [Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-11-29 Thread Tvrtko Ursulin
On 28/11/2022 16:52, Andrzej Hajda wrote: In case context is exiting preempt_timeout_ms is used for timeout, but since introduction of DRM_I915_PREEMPT_TIMEOUT_COMPUTE it increases to 7.5 seconds. Heartbeat occurs earlier but it is still 2.5s. Fixes: d7a8680ec9fb21 ("drm/i915: Improve long ru

[Intel-gfx] [PATCH] drm/i915: fix exiting context timeout calculation

2022-11-28 Thread Andrzej Hajda
In case context is exiting preempt_timeout_ms is used for timeout, but since introduction of DRM_I915_PREEMPT_TIMEOUT_COMPUTE it increases to 7.5 seconds. Heartbeat occurs earlier but it is still 2.5s. Fixes: d7a8680ec9fb21 ("drm/i915: Improve long running compute w/a for GuC submission") Closes: