]> Gentwo Git Trees - linux/.git/commit
drm/i915/rps: use intel_fsb_freq() and intel_mem_freq()
authorJani Nikula <jani.nikula@intel.com>
Mon, 18 Aug 2025 10:07:26 +0000 (13:07 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 19 Aug 2025 08:20:40 +0000 (11:20 +0300)
commit6c9f41d8fa808f9020fbd64f74cf872080f2cd74
tree8b177f170999598c5e64404a6924555b58c18be6
parent6e977fe781a1d1cc003415ba32de18191e255150
drm/i915/rps: use intel_fsb_freq() and intel_mem_freq()

The rps init only happens once, so it's not important to use the cached
versions, and we can drop the dependency on them.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/6f3b703f7cb5605bf139cbe27697c1d4ffe7e719.1755511595.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/gt/intel_rps.c