commit | de5147b8ce6d51f634661d7c531385371485cec6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jun 26 16:45:47 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jun 26 18:01:01 2019 +0100 |
tree | bda808e8a9e1a3617f4252556629346f024ea083 | |
parent | 7d23e59376039d08728444cf05b2db6f7b86ff22 [diff] |
drm/i915: Add a wakeref getter for iff the wakeref is already active For use in the next patch, we want to acquire a wakeref without having to wake the device up -- i.e. only acquire the engine wakeref if the engine is already active. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190626154549.10066-1-chris@chris-wilson.co.uk