From 5035c275af811b93dec5df6d064e0b2319cf59c8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Oct 2013 09:58:46 +0100 Subject: [PATCH] drm/i915: Call io_schedule() whilst whilsting for the GPU Since we are waiting upon IO completion, inform the kernel through use of the io_schedule() call rather than the regular schedule(). This should allow the kernel to make better decisions regarding scheduling and power management. Signed-off-by: Chris Wilson Cc: Daniel Vetter Signed-off-by: Daniel Vetter --- Reading git-format-patch failed