commit | 3970c65c2b47c450f917bc8a29c5849563a95dfe | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jul 23 15:53:35 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 25 08:06:33 2018 +0100 |
tree | 923cbf62f0b0802ff29746d7efffed620db3bd1d | |
parent | 07685c827b2a020c88c25a6961c435050bbbe7b3 [diff] |
drm/i915: Skip repeated calls to i915_gem_set_wedged() If we already wedged, i915_gem_set_wedged() becomes a complicated no-op. References: https://bugs.freedesktop.org/show_bug.cgi?id=107343 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180723145335.24579-1-chris@chris-wilson.co.uk