Searched refs:tdp_level (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core.c | 185 int isst_set_tdp_level(struct isst_id *id, int tdp_level) in isst_set_tdp_level() argument 188 return isst_ops->set_tdp_level(id, tdp_level); in isst_set_tdp_level() 361 int isst_get_process_ctdp(struct isst_id *id, int tdp_level, struct isst_pkg_ctdp *pkg_dev) in isst_get_process_ctdp() argument 376 if (tdp_level != 0xff && tdp_level > pkg_dev->levels) { in isst_get_process_ctdp() 387 if (tdp_level != 0xff && i != tdp_level) in isst_get_process_ctdp()
|
H A D | isst-config.c | 39 static int tdp_level = 0xFF; variable 1336 if (tdp_level != 0xff && tdp_level != 0) { in dump_clx_n_config_for_cpu() 1337 isst_display_error_info_message(1, "Invalid level", 1, tdp_level); in dump_clx_n_config_for_cpu() 1351 isst_ctdp_display_information(id, outf, tdp_level, &clx_n_pkg_dev); in dump_clx_n_config_for_cpu() 1364 ret = isst_get_process_ctdp(id, tdp_level, &pkg_dev); in dump_isst_config_for_cpu() 1370 isst_ctdp_display_information(id, outf, tdp_level, &pkg_dev); in dump_isst_config_for_cpu() 1420 if (pkg_dev.current_level == tdp_level) { in set_tdp_level_for_cpu() 1425 ret = isst_set_tdp_level(id, tdp_level); in set_tdp_level_for_cpu() 1441 isst_adjust_uncore_freq(id, tdp_level, &ctdp_level); in set_tdp_level_for_cpu() 1446 ret = isst_get_coremask_info(id, tdp_level, &ctdp_level); in set_tdp_level_for_cpu() [all …]
|
H A D | isst.h | 201 int (*set_tdp_level)(struct isst_id *id, int tdp_level); 251 extern int isst_get_process_ctdp(struct isst_id *id, int tdp_level, 255 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, 263 extern int isst_set_tdp_level(struct isst_id *id, int tdp_level);
|
H A D | isst-core-mbox.c | 606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) in mbox_set_tdp_level() argument 619 tdp_level, &resp); in mbox_set_tdp_level() 621 isst_display_error_info_message(1, "Set TDP level failed for level", 1, tdp_level); in mbox_set_tdp_level()
|
H A D | isst-core-tpmi.c | 370 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) in tpmi_set_tdp_level() argument 377 info.level = tdp_level; in tpmi_set_tdp_level()
|
H A D | isst-display.c | 338 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, in isst_ctdp_display_information() argument 494 tdp_level, in isst_ctdp_display_information()
|