Home
last modified time | relevance | path

Searched refs:residency (Results 1 – 25 of 112) sorted by relevance

12345

/Linux-v6.6/arch/x86/events/intel/
Dcstate.c159 PMU_EVENT_ATTR_STRING(c1-residency, attr_cstate_core_c1, "event=0x00");
160 PMU_EVENT_ATTR_STRING(c3-residency, attr_cstate_core_c3, "event=0x01");
161 PMU_EVENT_ATTR_STRING(c6-residency, attr_cstate_core_c6, "event=0x02");
162 PMU_EVENT_ATTR_STRING(c7-residency, attr_cstate_core_c7, "event=0x03");
243 PMU_EVENT_ATTR_STRING(c2-residency, attr_cstate_pkg_c2, "event=0x00");
244 PMU_EVENT_ATTR_STRING(c3-residency, attr_cstate_pkg_c3, "event=0x01");
245 PMU_EVENT_ATTR_STRING(c6-residency, attr_cstate_pkg_c6, "event=0x02");
246 PMU_EVENT_ATTR_STRING(c7-residency, attr_cstate_pkg_c7, "event=0x03");
247 PMU_EVENT_ATTR_STRING(c8-residency, attr_cstate_pkg_c8, "event=0x04");
248 PMU_EVENT_ATTR_STRING(c9-residency, attr_cstate_pkg_c9, "event=0x05");
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.h55 void edp_get_psr_residency(const struct dc_link *link, uint32_t *residency);
62 unsigned int *residency, const bool is_start, const bool is_alpm);
Dlink_edp_panel_control.c806 void edp_get_psr_residency(const struct dc_link *link, uint32_t *residency) in edp_get_psr_residency() argument
817 psr->funcs->psr_get_residency(psr, residency, panel_inst); in edp_get_psr_residency()
819 *residency = 0; in edp_get_psr_residency()
978 unsigned int *residency, const bool is_start, const bool is_alpm) in edp_replay_residency() argument
988 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, is_alpm); in edp_replay_residency()
990 *residency = 0; in edp_replay_residency()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.c241 uint32_t *residency, const bool is_start, const bool is_alpm) in dmub_replay_residency() argument
256 dmub_srv_get_gpint_response(srv, residency); in dmub_replay_residency()
258 *residency = 0; in dmub_replay_residency()
Ddmub_replay.h51 uint8_t panel_inst, uint32_t *residency, const bool is_start, const bool is_alpm);
Ddmub_psr.h48 void (*psr_get_residency)(struct dmub_psr *dmub, uint32_t *residency,
Ddmub_psr.c444 static void dmub_psr_get_residency(struct dmub_psr *dmub, uint32_t *residency, uint8_t panel_inst) in dmub_psr_get_residency() argument
452 dmub_srv_get_gpint_response(srv, residency); in dmub_psr_get_residency()
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/opal/
Dpower-mgt.txt21 - 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-v6.6/arch/arm64/boot/dts/qcom/
Dsm4450.dtsi229 min-residency-us = <4090>;
238 min-residency-us = <4791>;
249 min-residency-us = <5309>;
257 min-residency-us = <8550>;
Dsdx75.dtsi157 min-residency-us = <1774>;
166 min-residency-us = <4090>;
179 min-residency-us = <5309>;
187 min-residency-us = <8467>;
195 min-residency-us = <9826>;
Dsc7180-firmware-tfa.dtsi90 min-residency-us = <9926>;
Dsdm630.dtsi227 min-residency-us = <200>;
236 min-residency-us = <1000>;
246 min-residency-us = <200>;
255 min-residency-us = <1000>;
265 min-residency-us = <9987>;
275 min-residency-us = <9987>;
285 min-residency-us = <9987>;
295 min-residency-us = <9987>;
305 min-residency-us = <9987>;
315 min-residency-us = <9987>;
/Linux-v6.6/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt5 states. Idle states have different enter/exit latency and residency values.
52 power modes possible at this state is vast, the exit latency and the residency
80 min-residency-us = <2000>;
/Linux-v6.6/drivers/md/
Ddm-cache-policy.h115 dm_cblock_t (*residency)(struct dm_cache_policy *p); member
Ddm-cache-policy-internal.h79 return p->residency(p); in policy_residency()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h275 const struct dc_link *link, uint32_t *residency);
287 unsigned int *residency, const bool is_start,
/Linux-v6.6/Documentation/firmware-guide/acpi/
Dlpit.rst31 residency, or system time spent with the SLP_S0# signal asserted.
/Linux-v6.6/arch/arm64/boot/dts/arm/
Djuno-r1.dts75 min-residency-us = <2000>;
84 min-residency-us = <2500>;
Djuno-r2.dts75 min-residency-us = <2000>;
84 min-residency-us = <2500>;
Djuno.dts74 min-residency-us = <2000>;
83 min-residency-us = <2500>;
/Linux-v6.6/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst49 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
/Linux-v6.6/drivers/platform/x86/amd/pmc/
Dpmc.c493 u64 entry_time, exit_time, residency; in s0ix_stats_show() local
513 residency = exit_time - entry_time; in s0ix_stats_show()
514 do_div(residency, 48); in s0ix_stats_show()
519 seq_printf(s, "Residency Time: %lld\n", residency); in s0ix_stats_show()
/Linux-v6.6/Documentation/devicetree/bindings/cpu/
Dcpu-capacity.txt107 min-residency-us = <150>;
116 min-residency-us = <2500>;
/Linux-v6.6/Documentation/admin-guide/pm/
Dcpuidle.rst134 taken into account by the governor, the *target residency* and the (worst-case)
135 *exit latency*. The target residency is the minimum time the hardware must
228 the target residency within the time until the expected wakeup, so that state is
324 them. For this purpose, it compares the target residency of each state with
326 limit. It selects the state with the target residency closest to the predicted
337 target residency.
364 the hierarchy. In that case, the `target residency and exit latency parameters
377 Then, the target residency of the |struct cpuidle_state| object representing
399 In addition to the target residency and exit latency idle state parameters
421 residency.
[all …]
Dintel_idle.rst116 its target residency is based on the exit latency value. Specifically, for
117 C1-type idle states the exit latency value is also used as the target residency
120 state types (C2 and C3) the target residency value is 3 times the exit latency
121 (again, that is because it reflects the target residency to exit latency ratio
255 enter a package C-state. [That is why the exit latency and target residency

12345