Home
last modified time | relevance | path

Searched refs:residency (Results 26 – 50 of 120) sorted by relevance

12345

/openbmc/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt107 min-residency-us = <150>;
116 min-residency-us = <2500>;
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A 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>;
H A Dsdm845-cheza.dtsi173 min-residency-us = <1890>;
183 min-residency-us = <3934>;
193 min-residency-us = <952>;
203 min-residency-us = <4488>;
213 min-residency-us = <9987>;
H A Dsm6350.dtsi294 min-residency-us = <6118>;
302 min-residency-us = <8467>;
310 min-residency-us = <9987>;
323 min-residency-us = <1774>;
333 min-residency-us = <4001>;
343 min-residency-us = <2207>;
353 min-residency-us = <5555>;
H A Dmsm8976.dtsi169 min-residency-us = <703>;
179 min-residency-us = <242>;
188 min-residency-us = <863>;
H A Dsm6375.dtsi259 min-residency-us = <1774>;
269 min-residency-us = <4001>;
279 min-residency-us = <2207>;
289 min-residency-us = <5555>;
300 min-residency-us = <6118>;
H A Dsm6115.dtsi209 min-residency-us = <1182>;
219 min-residency-us = <1110>;
231 min-residency-us = <782>;
240 min-residency-us = <7376>;
249 min-residency-us = <660>;
258 min-residency-us = <8094>;
/openbmc/linux/Documentation/admin-guide/pm/
H A 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
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.
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.
447 ``residency``
448 Target residency of the idle state in microseconds.
[all …]
H A 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
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c445 static void dmub_psr_get_residency(struct dmub_psr *dmub, uint32_t *residency, uint8_t panel_inst) in dmub_psr_get_residency() argument
453 dmub_srv_get_gpint_response(srv, residency); in dmub_psr_get_residency()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/
H A Dturbostat_3.4.bb11 processor frequency and idle power saving state residency on supported \
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365.dtsi214 min-residency-us = <1000>;
223 min-residency-us = <1200>;
232 min-residency-us = <3300>;
H A Dmt8516.dtsi109 min-residency-us = <1200>;
117 min-residency-us = <2000>;
/openbmc/linux/Documentation/gpu/amdgpu/
H A Dthermal.rst120 get average GFXOFF residency % multiplied by 100 during the last logging
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2080a.dtsi126 min-residency-us = <6000>;
H A Dfsl-ls2088a.dtsi126 min-residency-us = <6000>;
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst99 residency of backing storage using dma_fence. The VM_BIND mode with page faults
214 binding will require using dma-fence to ensure residency, the GPU page faults
215 mode when supported, will not use any dma-fence as residency is purely managed
/openbmc/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst47 is to achieve forced and controllable C-state residency.
61 residency is available in MSRs, thus also available to the kernel.
75 between the actual package level C-state residency ratio and the target idle
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsc9860.dtsi123 min-residency-us = <2500>;
132 min-residency-us = <3000>;
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca15_a7.dts94 min-residency-us = <2000>;
102 min-residency-us = <2500>;
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660.dtsi173 min-residency-us = <1500>;
181 min-residency-us = <3500>;
191 min-residency-us = <1500>;
200 min-residency-us = <3500>;
/openbmc/linux/drivers/thermal/intel/
H A DKconfig11 enforce idle time which results in more package C-state residency. The
/openbmc/linux/arch/arm64/boot/dts/synaptics/
H A Dberlin4ct.dtsi79 min-residency-us = <1000>;
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2476 u32 residency; in vangogh_set_gfxoff_residency() local
2483 start, &residency); in vangogh_set_gfxoff_residency()
2486 adev->gfx.gfx_off_residency = residency; in vangogh_set_gfxoff_residency()
2501 static u32 vangogh_get_gfxoff_residency(struct smu_context *smu, uint32_t *residency) in vangogh_get_gfxoff_residency() argument
2505 *residency = adev->gfx.gfx_off_residency; in vangogh_get_gfxoff_residency()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h521 int amdgpu_get_gfx_off_residency(struct amdgpu_device *adev, u32 *residency);

12345