]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87525e0878980cad0e26f2c4bb5812304bebdbb7
treeef4e9ba1e16d20458a8414b90f2925d7f03cf83c
parent241cb08a1f7ba0f20a50b7a45fd2abad056257ce
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