Re: [Intel-gfx] [PATCH] drm/i915: Change i915_gem_fault() to return vm_fault_t

2018-06-07 Thread Chris Wilson
Quoting Matthew Auld (2018-06-06 23:39:07) > On 6 June 2018 at 22:45, Chris Wilson wrote: > > In preparation for vm_fault_t becoming a distinct type, convert the > > fault handler (i915_gem_fault()) over to the new interface. > > > > Based on a patch by Souptick Joarder > > > > References: 1c8f422

Re: [Intel-gfx] [PATCH] drm/i915: Change i915_gem_fault() to return vm_fault_t

2018-06-06 Thread Matthew Auld
On 6 June 2018 at 22:45, Chris Wilson wrote: > In preparation for vm_fault_t becoming a distinct type, convert the > fault handler (i915_gem_fault()) over to the new interface. > > Based on a patch by Souptick Joarder > > References: 1c8f422059ae ("mm: change return type to vm_fault_t") > Signed-o

[Intel-gfx] [PATCH] drm/i915: Change i915_gem_fault() to return vm_fault_t

2018-06-06 Thread Chris Wilson
In preparation for vm_fault_t becoming a distinct type, convert the fault handler (i915_gem_fault()) over to the new interface. Based on a patch by Souptick Joarder References: 1c8f422059ae ("mm: change return type to vm_fault_t") Signed-off-by: Chris Wilson Cc: Souptick Joarder Cc: Joonas Laht