diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.c')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_request.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c index 630a732aaecc..894068bb37b6 100644 --- a/drivers/gpu/drm/i915/i915_request.c +++ b/drivers/gpu/drm/i915/i915_request.c @@ -290,7 +290,7 @@ static enum hrtimer_restart __rq_watchdog_expired(struct hrtimer *hrtimer)  	if (!i915_request_completed(rq)) {  		if (llist_add(&rq->watchdog.link, >->watchdog.list)) -			schedule_work(>->watchdog.work); +			queue_work(gt->i915->unordered_wq, >->watchdog.work);  	} else {  		i915_request_put(rq);  	}  |