Re: [Intel-gfx] [PATCH 04/21] drm/i915: Refresh the errno to vmf_fault translations

2019-09-03 Thread Abdiel Janulgue
On 02/09/2019 7.02, Chris Wilson wrote: > 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. > Reviewed-by: Abdiel Janulgue > Signed-off-by: Chris Wilson > Cc: Abdiel Janulgue > --- >

[Intel-gfx] [PATCH 04/21] drm/i915: Refresh the errno to vmf_fault translations

2019-09-01 Thread Chris Wilson
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 Cc: Abdiel Janulgue --- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 39 +--- 1 file changed, 15 insertions(+), 24