Home
last modified time | relevance | path

Searched refs:rapl_quirk_tdp (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c413 int rapl_quirk_tdp; /* Hardcoded TDP value when cannot be retrieved from hardware */ member
856 .rapl_quirk_tdp = 30,
868 .rapl_quirk_tdp = 30,
959 .rapl_quirk_tdp = 280, /* This is the max stock TDP of HEDT/Server Fam17h+ chips */
6888 if (platform->rapl_quirk_tdp) in get_quirk_tdp()
6889 return platform->rapl_quirk_tdp; in get_quirk_tdp()