commit | 87c7acf867700a9f32db81b227174bf83fecfde3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue May 08 01:30:45 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue May 08 09:21:23 2018 +0100 |
tree | a647a0f47031a691d4b021c7f003935325760ecf | |
parent | 4e8507ba774f1fe5cd0c26a7cafc09afb8a6ba8e [diff] |
drm/i915/execlists: Drop unused parameter to lookup_priolist() lookup_priolist() no longer attaches the request into the priolist, it just returns the priolist for the given priority instead. Drop the unused parameter. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180508003046.2633-1-chris@chris-wilson.co.uk