]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: i915_gem_shrink_all() needs an awake device
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Feb 2017 10:47:10 +0000 (10:47 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Feb 2017 16:24:42 +0000 (16:24 +0000)
commit7efd10eb0eecee806cc9ac60e6d21b7efecc3d86
tree366f6ab808d0b0ec7a682bc8df52dd8ffdb95a4f
parentbf2a23c11acf5d9d35de421c047747c2f242fd8a
drm/i915: i915_gem_shrink_all() needs an awake device

Since to unbind an object, we may need a powered up device to access the
GTT entries, we only shrink bound objects if awake. Callers to
i915_gem_shrink_all() had to take this into account and take the rpm
wakeref, but we can move this wakeref into the shrink_all itself for
convenience and making the function live up to its name.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170208104710.18089-1-chris@chris-wilson.co.uk
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_shrinker.c