Re: [Intel-gfx] [PATCH 12/24] drm/i915: Nuke arguments to eb_pin_engine

2020-08-11 Thread Intel
On 8/10/20 12:30 PM, Maarten Lankhorst wrote: Those arguments are already set as eb.file and eb.args, so kill off the extra arguments. This will allow us to move eb_pin_engine() to after we reserved all BO's. Signed-off-by: Maarten Lankhorst Reviewed-by: Tvrtko Ursulin Reviewed-by: Thomas H

[Intel-gfx] [PATCH 12/24] drm/i915: Nuke arguments to eb_pin_engine

2020-08-10 Thread Maarten Lankhorst
Those arguments are already set as eb.file and eb.args, so kill off the extra arguments. This will allow us to move eb_pin_engine() to after we reserved all BO's. Signed-off-by: Maarten Lankhorst Reviewed-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 17 +++