drm/i915: Refresh the errno to vmf_fault translations
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 2 Sep 2019 04:02:46 +0000 (05:02 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 3 Sep 2019 19:35:04 +0000 (20:35 +0100)
commit8f9fb61caed13e282e1e3387e64905b90cc65abd
treed07d58a1b91fd96212269068229aaef39c9a3156
parentf2690074462bdb99530179f41ae73b45e765b761
drm/i915: Refresh the errno to vmf_fault translations

It's been a long time since we accidentally reported -EIO upon wedging,
it can now only be generated by failure to swap in a page.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Abdiel Janulgue <abdiel.janulgue@linux.intel.com>
Reviewed-by: Abdiel Janulgue <abdiel.janulgue@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190902040303.14195-4-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_mman.c