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 <matthew.brost@intel.com> Date: Mon Jul 26 20:17:03 2021 -0700 drm/i915/selftests: Increase timeout in i915_gem_contexts selftests Signed-off-by: Bruce Chang <yu.bruce.chang@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Cc: John Harrison <John.C.Harrison@Intel.com> Signed-off-by: Ramalingam C <ramalingam.c@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211207003845.12419-1-yu.bruce.chang@intel.com
1 parent 5f97816 commit 491fe46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)