]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 18 Jun 2019 07:41:30 +0000 (08:41 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 19 Jun 2019 11:58:38 +0000 (12:58 +0100)
commitcf0d28adbdf567a63c188dc70e1783b93a16d6a1
tree9c5f571f517f5679e66fd4ba72ed9e7e4c1d35dd
parent77d9bb8623893de6167dd9f1e5b3770e706eae0b
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()

Since commit f879ea8f2683 ("drm/i915: Remove GPU reset dependence on
struct_mutex"), the I915_WAIT_LOCKED flags passed to i915_request_wait()
has been defunct. Now go ahead and remove it from all callers.

References: f879ea8f2683 ("drm/i915: Remove GPU reset dependence on struct_mutex")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190618074153.16055-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c
drivers/gpu/drm/i915/gt/intel_ringbuffer.c
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/gt/selftest_hangcheck.c
drivers/gpu/drm/i915/gt/selftest_lrc.c
drivers/gpu/drm/i915/gt/selftest_workarounds.c
drivers/gpu/drm/i915/i915_active.h
drivers/gpu/drm/i915/i915_request.c
drivers/gpu/drm/i915/i915_trace.h
drivers/gpu/drm/i915/selftests/i915_request.c
drivers/gpu/drm/i915/selftests/i915_timeline.c