]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Update comment before i915_spin_request
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 5 Aug 2016 16:11:24 +0000 (18:11 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 5 Aug 2016 20:30:56 +0000 (22:30 +0200)
commit437c30874cb90537e6275f9ed6f6b88307a906a1
treeadd2ea7fe6ee26694771e9e23d9c5743641f50d8
parent4194c088df6808336bcb1fe434332fb64bdb240e
drm/i915: Update comment before i915_spin_request

~jiffie and a few usecs is 3 orders of magnitude different. A bit
much. This was changed in

commit ca5b721e238226af1d767103ac852aeb8e4c0764
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Dec 11 11:32:58 2015 +0000

    drm/i915: Limit the busy wait on requests to 5us not 10ms!

But probably missed the comment since the change was non-local to the
comment.

v2: Polish comment more (Chris).

Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.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@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470413484-23775-1-git-send-email-daniel.vetter@ffwll.ch
drivers/gpu/drm/i915/i915_gem_request.c