1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/platform/x86/intel/speed_select_if
Steve Wahl bbb320bfe2 platform/x86: ISST: Remove 8 socket limit
Stop restricting the PCI search to a range of PCI domains fed to
pci_get_domain_bus_and_slot().  Instead, use for_each_pci_dev() and
look at all PCI domains in one pass.

On systems with more than 8 sockets, this avoids error messages like
"Information: Invalid level, Can't get TDP control information at
specified levels on cpu 480" from the intel speed select utility.

Fixes: aa2ddd2425 ("platform/x86: ISST: Use numa node id for cpu pci dev mapping")
Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230519160420.2588475-1-steve.wahl@hpe.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2023-05-23 12:52:05 +02:00
..
isst_if_common.c platform/x86: ISST: Remove 8 socket limit 2023-05-23 12:52:05 +02:00
isst_if_common.h platform/x86: ISST: Add API version of the target 2023-03-07 12:08:30 +01:00
isst_if_mbox_msr.c platform/x86: intel_speed_select_if: Move to intel sub-directory 2021-08-20 20:11:22 +02:00
isst_if_mbox_pci.c platform/x86: intel_speed_select_if: Move to intel sub-directory 2021-08-20 20:11:22 +02:00
isst_if_mmio.c platform/x86: intel_speed_select_if: Move to intel sub-directory 2021-08-20 20:11:22 +02:00
isst_tpmi.c platform/x86: ISST: Add suspend/resume callbacks 2023-03-16 15:18:02 +01:00
isst_tpmi_core.c platform/x86: ISST: unlock on error path in tpmi_sst_init() 2023-03-27 16:10:20 +02:00
isst_tpmi_core.h platform/x86: ISST: Add suspend/resume callbacks 2023-03-16 15:18:02 +01:00
Kconfig platform/x86: ISST: Enumerate TPMI SST and create framework 2023-03-16 15:18:02 +01:00
Makefile platform/x86: ISST: Enumerate TPMI SST and create framework 2023-03-16 15:18:02 +01:00