diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-10-28 13:58:26 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-10-28 20:53:42 +0100 |
commit | c92ac094a9c647ebcff56c0535f865bc7f2aa052 (patch) | |
tree | c1ed6ee910761f0008c6fdb4ac74d7aeb7ee91e0 /drivers/gpu/drm/i915/intel_ringbuffer.c | |
parent | 7e941861c9c2aa69c0ef6665e2c0c1174c4a4b0e (diff) |
drm/i915: Remove superfluous wait_for_error() from throttle-ioctl
The throttle-ioctl never touches the struct_mutex. It does, however, as
part of its ABI report whether the hardware is terminally wedged. For
that purposes, it only has to report the current state and not incur the
cost of checking/waiting every invocation, as we do not have to wait for
a reset before waiting on a request to ensure completion (that is baked
into the wait request implementation).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161028125858.23563-3-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions