]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: rename intel_runtime_{suspend, resume} to i915_pm_runtime_{suspend, resume}
authorJani Nikula <jani.nikula@intel.com>
Wed, 27 May 2026 10:02:12 +0000 (13:02 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 28 May 2026 07:36:31 +0000 (10:36 +0300)
commitc1b58e57b4e51fc0efbef02feea5ebf9ba8e0091
tree308d8b7a4a946c6cf12b4e3bb66d5259d778e2b0
parent638319d35eb6c0706329c312f2d586b3f56f1c9d
drm/i915: rename intel_runtime_{suspend, resume} to i915_pm_runtime_{suspend, resume}

All the other struct dev_pm_ops hooks are named i915_pm_*(), but the
.runtime_suspend and .runtime_resume hooks are called
intel_runtime_suspend() and intel_runtime_resume(), respectively.

Rename intel_runtime_suspend() to i915_pm_runtime_suspend() and
intel_runtime_resume() to i915_pm_runtime_resume() to unify.

Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/fc5b796a3fd764a64b257edfdbe08e54b690efbc.1779876087.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_driver.c