Lines Matching +full:min +full:- +full:residency
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
27 HSMP_SET_XGMI_LINK_WIDTH, /* 0Ch Set max and min width of xGMI Link */
29 HSMP_SET_AUTO_DF_PSTATE, /* 0Eh Enable DF P-State Performance Boost algorithm */
32 HSMP_GET_C0_PERCENT, /* 11h Get average C0 residency in socket */
33 HSMP_SET_NBIO_DPM_LEVEL, /* 12h Set max/min LCLK DPM Level for a given NBIO */
34 HSMP_GET_NBIO_DPM_LEVEL, /* 13h Get LCLK DPM level min and max for a given NBIO */
37 HSMP_GET_DIMM_TEMP_RANGE, /* 16h Get per-DIMM temperature range and refresh rate */
38 HSMP_GET_DIMM_POWER, /* 17h Get per-DIMM power consumption */
39 HSMP_GET_DIMM_THERMAL, /* 18h Get per-DIMM thermal sensors */
42 HSMP_GET_RAILS_SVI, /* 1Bh Get SVI-based Telemetry for all rails */
46 HSMP_SET_GMI3_WIDTH, /* 1Fh Set max and min GMI3 Link width */
49 HSMP_SET_PSTATE_MAX_MIN, /* 22h Set the max and min DF P-State */
53 HSMP_SET_XGMI_PSTATE_RANGE, /* 26h Set xGMI P-state range */
55 HSMP_DFC_ENABLE_CTRL, /* 28h Enable/Disable DF C-state */
71 HSMP_RSVD = -1,
97 * Not supported messages would return -ENOMSG.
174 * input: args[0] = min link width[15:8] + max link width[7:0]
201 * output: args[0] = average c0 residency
207 * input: args[0] = nbioid[23:16] + max dpm level[15:8] + min dpm level[7:0]
214 * output: args[0] = max dpm level[15:8] + min dpm level[7:0]
296 * input: args[0] = min link width[15:8] + max link width[7:0]
315 * input: args[0] = min df pstate[15:8] + max df pstate[7:0]
339 * input: args[0] = min xGMI p-state[15:8] + max xGMI p-state[7:0]
358 /* RESERVED(0x29-0x2f) */