OSDN Git Service

drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Jan 2017 17:22:46 +0000 (17:22 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Jan 2017 20:49:32 +0000 (20:49 +0000)
commit2a20d6f8582d6783bd2e2ef9c7536f1b8a6c2fbe
treec9a9c692c9e84efbfed04bcb9bf65b07b4bb62ad
parent3cd9442f66dc116089c5ac6257cf51652d8112bd
drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()

It has been some time since i915_gem_engine_cleanup was only called from
the module unload path, and now it is only called when the GPU is
wedged. Mika complained that the name is confusing, especially in light
of the existence of i915_gem_cleanup_engines().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170110172246.27297-5-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c