Skip to content

Commit 491fe46

Browse files
brucechangramalingamc
authored andcommitted
drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftests
Follow up on below commit, to increase the timeout further on new platforms, to accomodate the additional time required for the completion of guc submissions for numerous requests created in loop. commit 5e07652 Author: Matthew Brost <[email protected]> Date: Mon Jul 26 20:17:03 2021 -0700 drm/i915/selftests: Increase timeout in i915_gem_contexts selftests Signed-off-by: Bruce Chang <[email protected]> Reviewed-by: Matthew Brost <[email protected]> Cc: John Harrison <[email protected]> Signed-off-by: Ramalingam C <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 5f97816 commit 491fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static int live_nop_switch(void *arg)
8888
rq = i915_request_get(this);
8989
i915_request_add(this);
9090
}
91-
if (i915_request_wait(rq, 0, HZ) < 0) {
91+
if (i915_request_wait(rq, 0, 10 * HZ) < 0) {
9292
pr_err("Failed to populated %d contexts\n", nctx);
9393
intel_gt_set_wedged(&i915->gt);
9494
i915_request_put(rq);

0 commit comments

Comments
 (0)