| /linux-6.15/Documentation/devicetree/bindings/cpu/ |
| H A D | idle-states.yaml | 406 min-residency-us: 436 - min-residency-us 599 min-residency-us = <80>; 608 min-residency-us = <250>; 618 min-residency-us = <950>; 636 min-residency-us = <90>; 645 min-residency-us = <270>; 655 min-residency-us = <300>; 850 min-residency-us = <80>; 886 min-residency-us = <80>; [all …]
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | cstate.c | 156 PMU_EVENT_ATTR_STRING(c1-residency, attr_cstate_core_c1, "event=0x00"); 157 PMU_EVENT_ATTR_STRING(c3-residency, attr_cstate_core_c3, "event=0x01"); 158 PMU_EVENT_ATTR_STRING(c6-residency, attr_cstate_core_c6, "event=0x02"); 159 PMU_EVENT_ATTR_STRING(c7-residency, attr_cstate_core_c7, "event=0x03"); 227 PMU_EVENT_ATTR_STRING(c2-residency, attr_cstate_pkg_c2, "event=0x00"); 228 PMU_EVENT_ATTR_STRING(c3-residency, attr_cstate_pkg_c3, "event=0x01"); 229 PMU_EVENT_ATTR_STRING(c6-residency, attr_cstate_pkg_c6, "event=0x02"); 230 PMU_EVENT_ATTR_STRING(c7-residency, attr_cstate_pkg_c7, "event=0x03"); 231 PMU_EVENT_ATTR_STRING(c8-residency, attr_cstate_pkg_c8, "event=0x04"); 232 PMU_EVENT_ATTR_STRING(c9-residency, attr_cstate_pkg_c9, "event=0x05"); [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/power/ |
| H A D | domain-idle-state.yaml | 42 min-residency-us: 44 The minimum residency duration in microseconds after which the idle 66 - min-residency-us 78 min-residency-us = <80>;
|
| H A D | power-domain.yaml | 126 min-residency-us = <10000>; 133 min-residency-us = <7000>;
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_idle.c | 284 u64 residency; in xe_gt_idle_residency_msec() local 288 residency = get_residency_ms(gtidle, gtidle->idle_residency(pc)); in xe_gt_idle_residency_msec() 291 return residency; in xe_gt_idle_residency_msec() 300 u64 residency; in idle_residency_ms_show() local 303 residency = xe_gt_idle_residency_msec(gtidle); in idle_residency_ms_show() 306 return sysfs_emit(buff, "%llu\n", residency); in idle_residency_ms_show()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.h | 53 void edp_get_psr_residency(const struct dc_link *link, uint32_t *residency, enum psr_residency_mode… 63 unsigned int *residency, const bool is_start, const enum pr_residency_mode mode);
|
| H A D | link_edp_panel_control.c | 864 void edp_get_psr_residency(const struct dc_link *link, uint32_t *residency, enum psr_residency_mode… in edp_get_psr_residency() argument 875 psr->funcs->psr_get_residency(psr, residency, panel_inst, mode); in edp_get_psr_residency() 877 *residency = 0; in edp_get_psr_residency() 1079 unsigned int *residency, const bool is_start, const enum pr_residency_mode mode) in edp_replay_residency() argument 1088 if (!residency) in edp_replay_residency() 1092 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, mode); in edp_replay_residency() 1094 *residency = 0; in edp_replay_residency()
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 21 - target-residency: The minimum time that the CPU needs to reside in 65 - ibm,cpu-idle-state-residency-ns: 67 target-residency (in ns) for the idle states in 69 property. If the property is absent, the target residency for
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_psr.h | 49 void (*psr_get_residency)(struct dmub_psr *dmub, uint32_t *residency,
|
| H A D | dmub_replay.h | 32 uint8_t panel_inst, uint32_t *residency, const bool is_start, const enum pr_residency_mode mode);
|
| H A D | dmub_replay.c | 224 uint32_t *residency, const bool is_start, enum pr_residency_mode mode) in dmub_replay_residency() argument 258 residency, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY)) in dmub_replay_residency() 265 *residency = 0; in dmub_replay_residency()
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | psci.yaml | 219 min-residency-us = <100>; 230 min-residency-us = <2000>; 238 min-residency-us = <6000>;
|
| /linux-6.15/drivers/platform/x86/amd/pmc/ |
| H A D | pmc.c | 309 u64 entry_time, exit_time, residency; in s0ix_stats_show() local 329 residency = exit_time - entry_time; in s0ix_stats_show() 330 do_div(residency, 48); in s0ix_stats_show() 335 seq_printf(s, "Residency Time: %lld\n", residency); in s0ix_stats_show()
|
| /linux-6.15/drivers/thermal/ |
| H A D | thermal_debugfs.c | 81 ktime_t residency; member 361 s64 duration = ktime_to_ms(entry->residency); in cdev_dt_seq_show() 437 cdev_record->residency = ktime_add(cdev_record->residency, delta); in thermal_debug_cdev_state_update()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-cache-policy.h | 115 dm_cblock_t (*residency)(struct dm_cache_policy *p); member
|
| H A D | dm-cache-policy-internal.h | 79 return p->residency(p); in policy_residency()
|
| /linux-6.15/arch/arm64/boot/dts/sprd/ |
| H A D | ums9620.dtsi | 119 min-residency-us = <2500>; 128 min-residency-us = <10000>;
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link.h | 276 const struct dc_link *link, uint32_t *residency, enum psr_residency_mode mode); 291 unsigned int *residency, const bool is_start,
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sm4450.dtsi | 259 min-residency-us = <4090>; 268 min-residency-us = <4791>; 279 min-residency-us = <5309>; 287 min-residency-us = <8550>;
|
| H A D | sc7180-firmware-tfa.dtsi | 90 min-residency-us = <9926>;
|
| /linux-6.15/Documentation/firmware-guide/acpi/ |
| H A D | lpit.rst | 31 residency, or system time spent with the SLP_S0# signal asserted.
|
| /linux-6.15/arch/arm64/boot/dts/arm/ |
| H A D | juno.dts | 74 min-residency-us = <2000>; 83 min-residency-us = <2500>;
|
| H A D | juno-r2.dts | 75 min-residency-us = <2000>; 84 min-residency-us = <2500>;
|
| H A D | juno-r1.dts | 75 min-residency-us = <2000>; 84 min-residency-us = <2500>;
|
| /linux-6.15/Documentation/driver-api/thermal/ |
| H A D | cpu-idle-cooling.rst | 49 idle state target residency, we lead to dropping the static and the 137 - It is greater than the idle state’s target residency we want to go 193 target residency, otherwise we end up consuming more energy and
|