]> 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)
commitb23bbfaca144189eb1cbd09c2c10a7c2243281cc
treeef4e9ba1e16d20458a8414b90f2925d7f03cf83c
parentb7742e4c96b84ad9ecf8a83028db2807339271ec
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