drm/i915/gt: Increase suspend timeout
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 22 Sep 2021 06:25:21 +0000 (08:25 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 24 Sep 2021 06:19:10 +0000 (08:19 +0200)
commit81387fc4f6e080806da7a481eca0052fc76cfbd2
treeef4e9ba1e16d20458a8414b90f2925d7f03cf83c
parentd80ee88e0769e2e05afeb5d04b4dc43fc107b0d5
drm/i915/gt: Increase suspend timeout

With GuC submission on DG1, the execution of the requests times out
for the gem_exec_suspend igt test case after executing around 800-900
of 1000 submitted requests.

Given the time we allow elsewhere for fences to signal (in the order of
seconds), increase the timeout before we mark the gt wedged and proceed.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Acked-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210922062527.865433-4-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/gt/intel_gt_pm.c