Re: [Intel-gfx] [PATCH 1/1] drm/i915/guc: Relax CTB response timeout

2021-06-10 Thread Michal Wajdeczko
On 11.06.2021 02:05, Matthew Brost wrote: > In upcoming patch we will allow more CTB requests to be sent in > parallel to the GuC for processing, so we shouldn't assume any more > that GuC will always reply without 10ms. s/without/within > > Use bigger value hardcoded value of 1s instead. >

[Intel-gfx] [PATCH 1/1] drm/i915/guc: Relax CTB response timeout

2021-06-10 Thread Matthew Brost
In upcoming patch we will allow more CTB requests to be sent in parallel to the GuC for processing, so we shouldn't assume any more that GuC will always reply without 10ms. Use bigger value hardcoded value of 1s instead. v2: Add CONFIG_DRM_I915_GUC_CTB_TIMEOUT config option v3: (Daniel Vetter)