OSDN Git Service

drm/i915: No busy-loop wait_for in the ring init code
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 Aug 2014 14:05:39 +0000 (16:05 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 8 Aug 2014 15:44:01 +0000 (17:44 +0200)
commit403bdd10c815029694046adf5ffde0577cbd2866
treec24e5f95b162251c4414d8e9e0aac9463d952c01
parent01e184cc85d4516cab0ecea7c2c43a2dd3ad432b
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 <naresh.kumar.kachhi@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c