]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dpt: switch to i915 runtime pm calls
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Feb 2026 14:49:13 +0000 (16:49 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 26 Feb 2026 21:28:57 +0000 (23:28 +0200)
commit5c6905c73a648094e4c012902fb832d45c863625
treef618ff210bb1fd3fe9f4db6098b889b248516e52
parentbbc4500132b9cc7682f3c50d31b4f3de6cac11db
drm/i915/dpt: switch to i915 runtime pm calls

The i915 specific code doesn't need to, and should not, call the display
runtime pm functions. Just call the i915 functions directly, instead of
routing through the parent interface.

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patch.msgid.link/e8e00552ebf439b5f7b5d293014cce950c9c2999.1772030909.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_dpt.c