Searched hist:"81387 fc4f6e080806da7a481eca0052fc76cfbd2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm.c | diff 81387fc4f6e080806da7a481eca0052fc76cfbd2 Wed Sep 22 08:25:21 CEST 2021 Thomas Hellström <thomas.hellstrom@linux.intel.com> 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
|