commit | e5cae659597811f8bacc4abc70135dffb48711d5 | [log] [tgz] |
---|---|---|
author | Michał Winiarski <michal.winiarski@intel.com> | Sat Jul 14 18:37:03 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jul 14 19:21:20 2018 +0100 |
tree | d3f29dbee21dd8c32e475827cc45b12f2fd7cdb5 | |
parent | 60a94324541361542f1ffb12844f4cb737695ba5 [diff] |
drm/i915/guc: Disable rpm wakeref asserts in GuC irq handler We're seeing "RPM wakelock ref not held during HW access" warning otherwise. Since IRQs are synced for runtime suspend we can just disable the wakeref asserts. Reported-by: Marta Löfstedt <marta.lofstedt@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105710 Signed-off-by: Michał Winiarski <michal.winiarski@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180714173703.7894-1-chris@chris-wilson.co.uk Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>