]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Enable rpm wakeref tracking whether runtime pm is enabled or not
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Jan 2022 08:15:39 +0000 (10:15 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Feb 2022 09:12:28 +0000 (11:12 +0200)
commitc50df701d49e78bea6410b4b111c7be71e2a7c2b
tree2c12bb6be5cb97b7213abc2db08a4b1cca1a07f1
parent751a9d69b19702af35b0fedfb8ff362027c1cf0c
drm/i915: Enable rpm wakeref tracking whether runtime pm is enabled or not

Don't see why we should skip the wakeref tracking when the
platform doesn't support runtime pm. We still want all the
code to be 100% leak free so let's track this unconditionally.

Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Marco Elver <elver@google.com> # stackdepot
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220126081539.23227-2-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/intel_runtime_pm.c