Loading
powercap: intel_rapl_tpmi: Fix System Domain probing
mainline inclusion from mainline-v6.9-rc1 commit 903eb9fb85e32810f376a2858aad77c9298f9488 category: bugfix bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IA85P6 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=903eb9fb85e32810f376a2858aad77c9298f9488 -------------------------------- Only domain root packages can enumerate System (Psys) domain. Whether a package is domain root or not is described in the Bit 0 of the Domain Info register. Add support for Domain Info register and fix the System domain probing accordingly. Intel-SIG: commit 903eb9fb85e3 powercap: intel_rapl_tpmi: Fix System Domain probing Backport Intel RAPL driver bugfixes up to upstream v6.9. Fixes: 9eef7f9d ("powercap: intel_rapl: Introduce RAPL TPMI interface driver") Signed-off-by:Zhang Rui <rui.zhang@intel.com> Cc: 6.5+ <stable@vger.kernel.org> # 6.5+ Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com> [ Xiaolong Wang: amend commit log ] Signed-off-by:
Xiaolong Wang <xiaolong.wang@intel.com>