commit | 5503cb0decdc03c2f9dad53560bd5963aeb8fc8a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 27 16:55:01 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 27 18:22:08 2018 +0100 |
tree | b2d4ba5f4734d3e7a6dc4babf7199ef993c734db | |
parent | 905febf592f7280084ee853b05d7bd59e26c4ca0 [diff] |
drm/i915: Drop unneed i915 parameter from intel_ring_pin() As we now have a ring->vma available, we can just lookup our i915 pointer from inside the vm, and so not require the unsightly parameter. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180727155501.18963-1-chris@chris-wilson.co.uk