]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita13b9f100c59c0d93376c3a67dc765cfeceb19a8
treec24e5f95b162251c4414d8e9e0aac9463d952c01
parent3a9a0d702c3a23779a4d04758f25f28ec71a036f
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