From: Daniel Vetter Date: Thu, 7 Aug 2014 14:05:39 +0000 (+0200) Subject: drm/i915: No busy-loop wait_for in the ring init code X-Git-Tag: fixes-against-v3.18-rc2~73^2~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403bdd10c815029694046adf5ffde0577cbd2866;p=pandora-kernel.git drm/i915: No busy-loop wait_for in the ring init code Doing a 1s wait (tops) with the cpu is a bit excessive. Tune it down like everything else in that code. v2: Also insert the missing space Chris spotted. Cc: Naresh Kumar Kachhi Cc: Chris Wilson Acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed