Home
last modified time | relevance | path

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

12

/external/arm-trusted-firmware/lib/psci/
Dpsci_stat.c22 u_register_t residency; member
116 u_register_t residency; in psci_stats_update_pwr_up() local
126 residency = plat_psci_stat_get_residency(PSCI_CPU_PWR_LVL, in psci_stats_update_pwr_up()
130 psci_cpu_stat[cpu_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up()
152 residency = plat_psci_stat_get_residency(lvl, state_info, in psci_stats_update_pwr_up()
162 psci_non_cpu_stat[parent_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up()
234 return psci_stat.residency; in psci_stat_residency()
/external/igt-gpu-tools/tests/i915/
Di915_pm_rc6_residency.c65 unsigned long residency; in has_rc6_residency() local
69 return igt_sysfs_scanf(sysfs, path, "%lu", &residency) == 1; in has_rc6_residency()
74 unsigned long residency; in read_rc6_residency() local
77 residency = 0; in read_rc6_residency()
79 igt_assert(igt_sysfs_scanf(sysfs, path, "%lu", &residency) == 1); in read_rc6_residency()
80 return residency; in read_rc6_residency()
/external/autotest/client/site_tests/power_SuspendToIdle/
Dcontrol23 4. S0ix residency counter is increased.
24 5. CPU package C10 state residency counter is increased.
25 6. GPU RC6 state residency counter is increased.
Dcontrol.force22 4. S0ix residency counter is increased.
23 5. CPU package C10 state residency counter is increased.
24 6. GPU RC6 state residency counter is increased.
/external/u-boot/arch/arm/dts/
Dfsl-imx8-ca53.dtsi29 min-residency-us = <1000>;
38 min-residency-us = <2700>;
Dhi3660.dtsi173 min-residency-us = <1500>;
181 min-residency-us = <3500>;
191 min-residency-us = <1500>;
200 min-residency-us = <3500>;
Dvexpress-v2p-ca15_a7.dts94 min-residency-us = <2000>;
102 min-residency-us = <2500>;
Dpx30.dtsi98 min-residency-us = <900>;
107 min-residency-us = <2000>;
/external/arm-trusted-firmware/fdts/
Dfvp-foundation-gicv3-psci.dts70 min-residency-us = <150>;
79 min-residency-us = <2500>;
Dfvp-foundation-gicv2-psci.dts70 min-residency-us = <150>;
79 min-residency-us = <2500>;
Dfvp-base-gicv3-psci-common.dtsi83 min-residency-us = <150>;
92 min-residency-us = <2500>;
Dfvp-base-gicv2-psci.dts85 min-residency-us = <150>;
94 min-residency-us = <2500>;
Dfvp-base-gicv2-psci-aarch32.dts85 min-residency-us = <150>;
94 min-residency-us = <2500>;
Dfvp-base-gicv3-psci-aarch32-common.dtsi83 min-residency-us = <150>;
92 min-residency-us = <2500>;
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture2.txt81 equal to of the virtual page size, the residency of individual page-size
145 Shaders should check texture access residency information using
DCTS_ARB_sparse_texture_clamp.txt62 Shaders should check texture access residency information and pass
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt150 a third residency image with the same dimensions as the sparse one and unsigned int format.
153 …eue have the purpose of copying the data from sparse image to texels and residency images using one
159 otherwise comparion for those mipmap levels is ommited. The data fetched from the residency image i…
160 returned correct residency information.
/external/autotest/client/profilers/powertop/src/po/
Dit.po185 msgid "Cn\t Avg residency\n"
575 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
Des.po187 msgid "Cn\t Avg residency\n"
613 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
Dnl.po185 msgid "Cn\t Avg residency\n"
Dja.po184 msgid "Cn\t Avg residency\n"
Dru.po188 msgid "Cn\t Avg residency\n"
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp758 const bool residency = (flags & TEST_FLAG_RESIDENCY) != 0; in initProgramsDrawWithUBO() local
788 if (residency && nonResidentStrict) in initProgramsDrawWithUBO()
795 else if (residency) in initProgramsDrawWithUBO()
/external/angle/third_party/VulkanMemoryAllocator/
DREADME.md45 - Support for sparse binding and sparse residency: Convenience functions that allocate or free mult…
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst1969 This is an optional hook that platforms can implement for residency statistics
1975 residency statistics. For higher levels (array indices > 0), the residency
1987 This is an optional hook that platforms can implement for residency statistics
1993 residency statistics. For higher levels (array indices > 0), the residency
2014 CPU in the power domain to suspend and may be needed to calculate the residency

12