[Intel-gfx] [PATCH 04/19] drm/i915: introduce page_size members
Chris Wilson
chris at chris-wilson.co.uk
Wed Jun 21 21:26:32 UTC 2017
Quoting Matthew Auld (2017-06-21 21:33:30)
> @@ -2538,11 +2567,11 @@ static int ____i915_gem_object_get_pages(struct drm_i915_gem_object *obj)
> return -EFAULT;
> }
>
> - pages = obj->ops->get_pages(obj);
> + pages = obj->ops->get_pages(obj, &sg_mask);
Grr. I need to push set_pages down to the callers. The inconsistency now
between the async and sync paths is silly.
-Chris
More information about the Intel-gfx
mailing list