commit | e522ac2324f384e1fafd1a4ae6ebf38095dc6695 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 04 16:32:18 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 04 20:19:50 2016 +0100 |
tree | 0b201f2b49eddedd866c97e7ab66798036cf70b2 | |
parent | 9332f3b1b99a7cb738755b138988838d33ba6748 [diff] |
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something() Eviction is VM local, so we can ignore the significance of the drm_device in the caller, and leave it to i915_gem_evict_something() to manage itself. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1470324762-2545-2-git-send-email-chris@chris-wilson.co.uk