Re: [Intel-gfx] [PATCH 1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT

2020-02-26 Thread Jani Nikula
On Tue, 25 Feb 2020, Chris Wilson wrote: > Expose the hardcoded timeout for unsignaled foreign fences as a Kconfig > option, primarily to allow brave systems to disable the timeout and > solely rely on correct signaling. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > --- > drivers/gpu/

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT

2020-02-26 Thread Jani Nikula
On Tue, 25 Feb 2020, Chris Wilson wrote: > diff --git a/drivers/gpu/drm/i915/i915_config.c > b/drivers/gpu/drm/i915/i915_config.c > new file mode 100644 > index ..c879d26369e1 > --- /dev/null > +++ b/drivers/gpu/drm/i915/i915_config.c > @@ -0,0 +1,15 @@ > +// SPDX-License-Identifier:

[Intel-gfx] [PATCH 1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT

2020-02-25 Thread Chris Wilson
Expose the hardcoded timeout for unsignaled foreign fences as a Kconfig option, primarily to allow brave systems to disable the timeout and solely rely on correct signaling. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/Kconfig.profile | 12 dri