WO2014099288A1 - System and method for providing for power savings in a processor environment - Google Patents
System and method for providing for power savings in a processor environment Download PDFInfo
- Publication number
- WO2014099288A1 WO2014099288A1 PCT/US2013/071765 US2013071765W WO2014099288A1 WO 2014099288 A1 WO2014099288 A1 WO 2014099288A1 US 2013071765 W US2013071765 W US 2013071765W WO 2014099288 A1 WO2014099288 A1 WO 2014099288A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- power
- storage
- information
- performance profile
- indicate
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
- G06F1/3206—Monitoring of events, devices or parameters that trigger a change in power modality
- G06F1/3215—Monitoring of peripheral devices
- G06F1/3221—Monitoring of peripheral devices of disk drive devices
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
- G06F1/3234—Power saving characterised by the action undertaken
- G06F1/325—Power saving in peripheral device
- G06F1/3268—Power saving in hard disk drive
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- Embodiments described herein generally relate to providing for power savings in a processor environment.
- FIGURE 1A is a table illustrating processor power states according to at least one example embodiment
- FIGURE IB is a table illustrating sleep power states according to at least one example embodiment
- FIGURE 2 is a block diagram illustrating software component interaction according to at least one example embodiment
- FIGURES 3A and 3B are diagrams illustrating examples of performance profiles
- FIGURE 4 is a diagram illustrating an example user interface for setting storage independent power information according to at least one example embodiment
- FIGURE 5 is a flow diagram showing a set of operations for providing for power savings according to at least one example embodiment
- FIGURE 6 is another flow diagram showing a set of operations for providing for power savings according to at least one example embodiment
- FIGURE 7 is a simplified block diagram associated with an example ARM ecosystem system on chip (SOC) of the present disclosure.
- FIGURE 8 is a simplified block diagram illustrating example logic that may be used to execute activities associated with the present disclosure.
- FIGURE 1A is a table illustrating processor power states according to at least one example embodiment.
- the examples of FIGURE 1A are merely examples of processor power states, and do not limit the scope of the claims.
- the number of power states may vary, the designation of power state behavior may vary, and/or the like.
- processor power states described herein relate to the Advanced Control and Power Interface Specification (ACPI) (e.g., Version 5.0 released December 6, 2011), it should be understood that the ACPI is merely an example of a power management scheme that may be utilized to manage power in a processor or a system. Therefore, direct references to specific elements of the ACPI Specification do not limit the claims, unless such specific elements are expressly incorporated into the claims. Moreover, any prior version of the ACPI Specification would also be applicable to the present disclosure.
- ACPI Advanced Control and Power Interface Specification
- Processor power may be managed by placing the processor into power states that influence the operation of the processor such that the power consumption of the processor differs across different power states. There may be a tradeoff associated with each power state between performance and power savings. For example, higher power saving power states may be associated with a longer delay in placing the processor into a state that allows for execution of instructions.
- a power state is a concept used to identify a behavioral profile of a component or system.
- a processor power state is a concept used to identify a behavioral profile of a processor.
- the table of FIGURE 1A lists processor power states in descending order of performance.
- Processor power states for example under the ACPI standard, may be referred to as C-level states.
- Power state CO is associated with the processor executing instructions.
- Power state CO may be associated with absence of power or thermal savings.
- Power state CO may be referred to as an operation mode.
- Power state CI may be associated with a power saving state for which software components are not expected to take recovery latency into account.
- Power state CI may involve retaining a clock signal to the processor, but involving the processor abstaining from execution of instructions.
- Power state CI may be referred to as a halt mode.
- Power state C2 may be associated with a power saving state for which software components may benefit from taking recovery latency into account.
- the software component may consult a register, a variable, a predetermined value, and/or the like, to make a determination regarding entry into power state C2.
- Power state C2 may involve terminating a clock signal to the processor as well as the processor abstaining from executing instructions.
- Power state C2 may be referred to as a stop-clock mode.
- Power State C3 may be associated with a power saving state for which software components may benefit from taking recovery latency into account, but having a greater associated power saving than power state C2 and a longer recovery latency than power state C2.
- the software component may consult a register, a variable, a predetermined value, and/or the like, to make a determination regarding entry into power state C2.
- Power state C3 may involve storing register information into memory or abstaining from some cache operations. Power state C3 may be referred to as a processor sleep state. It should be understood that processor power states may be further divided into sub- states as desired. For example, power state C3 may have sub-states that vary in power savings and recovery latency. In another example, power state CI may have sub-states that vary in power savings and recovery latency.
- Programs may communicate regarding power state by using information indicating power state information.
- information indicating power state information there may be a variable, a message parameter, and/or the like that comprises information that indicates a power state.
- a variable, a message parameter, and/or the like that comprises information indicating a power state limitation.
- a power state limitation may be a limitation that restricts a power state that the processor is allowed to enter.
- a power state limitation may be a limitation that the power state should be no greater than C2, thus precluding power state C3.
- the power state limitation may apply to the ACPI standard. In such an embodiment, the power state limitation may constrain C-level settings.
- FIGURE IB is a table illustrating sleep power states according to at least one example embodiment.
- the examples of FIGURE IB are merely examples of sleep power states, and do not limit the scope of the claims.
- the number of power states may vary, the designation of power state behavior may vary, and/or the like.
- System power may be managed by placing the system, and/or one or more parts of the system, into power states that influence the operation of the system such that the power consumption of the system differs across different power states. There may be a tradeoff associated with each power state between performance and power savings. For example, higher power saving power states may be associated with a longer delay in placing the system into a state that allows for execution of instructions.
- a power state is a concept used to identify a behavioral profile of a component or system.
- a sleep power state is a concept used to identify a behavioral profile of a system.
- the table of FIGURE IB lists sleep power states in descending order of performance.
- System power states under the ACPI standard, may be referred to as S-level states.
- Power state SO is associated with normal operation of the system.
- Power state SO may be associated with absence of power or thermal savings.
- Power state SO may be referred to as a working mode.
- Power States SI- S4 relate to various depths of sleep-based power saving.
- Power state SI may be associated with a power saving state for which instruction execution may restart with the lowest recovery latency of the S1-S4 states, but with the lowest power saving of the S1-S4 states.
- Power state SI may involve flushing processor caches, terminating processor execution, retaining power to RAM and the processor, and reducing power to devices in the system that fail to indicate a need to avoid reduced power.
- Power state SI may be referred to as a stop-processing mode.
- Power state S2 may be associated with a power saving state for which instruction execution may restart with a longer recovery latency than the SI state, but with the greater power saving than the SI state. Beyond the power saving actions of SI, power state S2 may involve powering off the processor and flushing the dirty cache to RAM. Power state S2 may be referred to as a processing-off mode.
- Power state S3 may be associated with a power saving state for which instruction execution may restart with a longer recovery latency than the S2 state, but with the greater power saving than the S2 state. Beyond the power saving actions of S2, power state S3 may involve powering off all components except a real time clock and memory, which may operate at a reduced power level.
- Power state S3 may be referred to as a standby mode.
- Power state S4 may be associated with a power saving state for which instruction execution may restart with a longer recovery latency than the S3 state, but with the greater power saving than the S3 state. Beyond the power saving actions of S3, power state S4 may involve storing volatile memory contents to non-volatile memory and terminating power to memory. Power state S4 may be referred to as a hibernation mode.
- Power state S5 may be associated with a power saving state that avoids saving system context information. Power state S5 may be terminated by pressing a power button. Power state S5 may be referred to as a soft-off mode. It should be understood that power states may be further divided into sub-states as desired. For example, power state CO may have sub-states that vary in power savings and recovery latency.
- Programs may communicate regarding system power state by using information indicating power state information.
- information indicating power state information For example, there may be a variable, a message parameter, and/or the like that comprises information that indicates a power state.
- a variable, a message parameter, and/or the like that comprises information indicating a power state limitation.
- a power state limitation may be a limitation that restricts a power state that the system is allowed to enter.
- a power state limitation may be a limitation that the power state should be no greater than S2, thus precluding power states S3, S4, and S5.
- the power state limitation may apply to the ACPI standard. In such an embodiment, the power state limitation may constrain S-level settings.
- FIGURE 2 is a block diagram illustrating software component interaction of an apparatus according to at least one example embodiment.
- the examples of FIGURE 2 are merely examples of software component interaction, and do not limit the scope of the claims.
- operations attributed to a software component may vary, number of software components may vary, composition of a software component may vary, and/or the like.
- operations attributable to one software component of the example of FIGURE 2 may be allocated to one or more other software components.
- the apparatus comprises storage policy 202.
- Storage policy 202 may be referred to as Dynamic Storage Acceleration Technology.
- Storage policy 202 may evaluate one or more factors to influence one or more power saving and/or performance determinations.
- Storage policy 202 may be in communication with storage driver 204.
- Storage driver 204 may be a Rapid Storage Technology driver.
- storage driver 204 controls operation of one or more storage device, such as a hard drive.
- a hard drive may comprise one or more hard disk drive, solid state drive, optical disk drive, etc.
- Operations controlled by storage driver 204 may be referred to as storage drive operations.
- a storage drive operation may relate to reading information to a storage device and/or writing information to a storage device. Such reading and or writing operations may be referred to as an 10 operation.
- Storage driver 204 may control the storage device by tracking pending storage drive operations. For example, there may be more than one storage drive operation to be performed and/or completed by way of storage driver 204.
- storage driver 204 may track the storage drive operations as pending storage drive operations.
- Storage driver 204 may use a queue to track storage drive operations such that the queue comprises information indicating at least one pending storage drive operation.
- Storage driver 204 may provide power management control for the storage device.
- storage driver 204 may set voltage regulation, power up, and/or latency tolerance for the storage device. For example, if a pending storage operation does not require media access, the storage device may be powered up in standby mode, but if the pending storage operation does require media access, the storage device may be powered up in active mode.
- Storage driver 204 may control latency tolerance of the storage device by increasing latency tolerance as time elapses without any pending storage operation.
- latency tolerance of the storage device may be increased.
- latency tolerance of the storage device may be further increased.
- Storage driver 204 may control voltage regulation of the storage device by increasing latency tolerance as time elapses without any pending storage operation. For example, if a first time threshold expires without an intervening storage operation, light load signaling of the storage device may be initiated. In such an example, if a greater, second time threshold expires without an intervening storage operation, the storage device voltage regulators may be powered off.
- storage policy 202 may control the power management of storage driver 204.
- storage policy 202 may determine the first and second threshold discussed above in relation to pending storage operations.
- Storage policy 202 may influence power management of storage driver 204 by providing performance profile information to storage driver 204.
- the performance profile information comprises information representing at least one aspect of a performance profile.
- a performance profile is one or more regulation regarding power savings and/or latency.
- the performance profile comprises information that relates to a balance between storage drive operation latency and power consumption.
- the performance profile may comprise storage drive power regulation information, such as storage drive voltage regulation, a latency directive, and/or the like.
- a latency directive can include any information communicating regulation of latency.
- a latency directive may be information indicating low latency.
- the performance profile comprise information regulating power state.
- the performance profile comprises information indicating a power state limitation.
- the power state limitation may relate to a processor power state.
- the power state limitation may constrain a processor power state.
- the power state limitation may constrain the processor power state by comprising information indicating a threshold processor power state that should not be exceeded.
- the power state limitation may constrain a C-level setting such that the power state limitation indicates a threshold C-level power state which should not be surpassed.
- This threshold processor power state limitation may indicate a maximum processor power state limitation.
- the power state limitation may constrain the sleep power state by comprising information indicating a threshold sleep power state that should not be exceeded.
- the sleep state limitation may constrain an S-level setting such that the power state limitation indicates a threshold S-level power state which should not be surpassed.
- This threshold sleep power state limitation may indicate a maximum sleep power state limitation.
- the performance profile may comprise information corresponding to preclusion of a power saving feature.
- the performance profile may comprise a directive to preclude a power saving feature.
- the performance profile may comprise information setting a power state threshold that precludes invocation of a power saving power state.
- the performance profile may comprise information indicating a processor power state threshold of CO, a sleep power state of SO, and/or the like.
- storage policy 202 receives storage operation information from storage driver 204.
- the storage operation information may indicate one or more pending storage drive operations.
- the storage operation information may indicate a quantity of pending storage operations.
- the storage operation information may relate to allowable latency for a pending storage operation. For example, a storage operation associated with media access may have a low allowable latency.
- a storage operation associated with non-media access may have a high allowable latency in comparison to the media access storage operation.
- the storage operation information may indicate a latency tolerance for pending storage drive operations.
- a storage operation associated with media access may have a low latency tolerance.
- the storage operation information may indicate that increased storage operations latency is unfavorable.
- a storage operation associated with non-media access may have a high latency tolerance in comparison to the media access storage operation.
- the storage operation information may indicate that increased storage operation latency is acceptable.
- storage driver 204 may track elapsed time associated with a storage operation, similar as described regarding storage policy 202.
- the storage operation information may comprise information indicating an elapsed time associated with a storage drive operation, such as an elapsed time relating to a duration after performance of a storage drive operation.
- receiving the storage operation information comprises receiving an indication that a timer event has occurred.
- Storage policy 202 may receive storage independent power information.
- the storage independent power information may be received from operating system 206, from a user interface, and/or the like.
- Storage independent power information comprises information indicating one or more factors that may be pertinent to storage policy power management, but are not directly related to storage.
- the storage independent power information may comprise a user directive indicator.
- the user directive indicator may indicate a directive that is modifiable by a user.
- the directive may be modified by a user by the user selecting an interface item associated, directly or indirectly, with the directive.
- the user directive may comprise a power scheme indicator.
- the power scheme indicator relates to a power scheme of an operating system, such as Windows, Linux, etc.
- the power scheme indicator may indicate a high performance mode, a balanced mode, a power saver mode, and/or the like.
- the storage independent power information may comprise any suitable information regarding a power source.
- the power source relates to the supply of power that the apparatus comprising storage policy 202 is utilizing.
- information regarding a power source may indicate an internal power source, an external power source, a battery power source, a power source connected to a power plug, a direct current power source, an alternating current power source, and/or the like.
- Storage policy 202 may cause setting of at least one power management directive that corresponds with the performance profile.
- the power management directive may comprise information that communicates to a software component outside of storage policy 202, at least a part of the performance profile information.
- the power management directive may indicate preclusion of a power state, such as sleep power state.
- causing a setting of the power management directive may comprise communicating the power management directive to operating system 206, to storage driver 204, to bios 208, and/or the like.
- Causing a setting of the power management directive may comprise remapping at least one power state to an alternative power state. For example, remapping may be performed so that a determination to enter one power state results in entry of a different power state.
- processor power states C2 and C3 may be remapped such that when processor power states C2 or C3 are invoked, the resulting processor power state is CI.
- This remapping may correspond to updating an ACPI table.
- operating system 206 may send power management information to the processor.
- power management information may comprise information enabling or disabling a processor power state, such as a C-state.
- FIGURES 3A and 3B are diagrams illustrating examples of performance profiles.
- the examples of FIGURES 3A and 3B are merely examples of performance profiles, and do not limit the scope of the claims.
- number of possible performance profiles may vary, transition from one performance profile to another may vary, and/or the like.
- An apparatus may determine a performance profile based at least in part on the storage operation information and the storage independent power information. The determination may comprise determining a balance between storage drive operation latency and power consumption.
- FIGURE 3A illustrates at least one example embodiment of performance profiles.
- the example of FIGURE 3A illustrates first performance profile 302, second performance profile 304, and third performance profile 306.
- the apparatus may determine which performance profile to utilize based, at least in part, on storage operation information and storage independent information.
- first performance profile 302 may correspond to at least one of power source information indicating a battery power source, power scheme information indicating power saver mode, or storage information indicating that increased storage operations latency is acceptable, for example by indicating high queue depth.
- First performance profile 302 may relate to a performance profile that seeks to preserve power at the expense of latency.
- first performance profile 302 may be absent information corresponding to preclusion of a power saving feature.
- first performance profile may allow utilization of power saving features without restriction by the first performance profile 302.
- second performance profile 304 may correspond to power source information indicating external power source, power scheme information indicating balanced mode, and storage operation information indicating that increased storage operations latency is unfavorable, for example by indicating low queue depth.
- Second performance profile 304 may relate to a performance profile that seeks to balance latency with power saving.
- second performance profile 304 may relate to preclusion of power states associated with a latency above a certain threshold.
- second performance profile 304 may relate to preclusion of processor power state C3, and/or sleep power states S2-S5.
- third performance profile 306 may correspond to power source information indicating external power source, power scheme information indicating high performance mode, and storage operation information indicating that increased storage operations latency is unfavorable, for example by indicating low queue depth.
- Third performance profile 306 may relate to a performance profile that seeks to avoid latency, even at the expense of power saving.
- third performance profile 306 may relate to preclusion of power states associated with a latency above a certain threshold.
- third performance profile 306 may preclude a power saving feature relating to at least one of processor C-States or sleep S-States.
- third performance profile 306 may preclude any C-state other than CO.
- third performance profile 306 may preclude any S-state other than SO.
- the apparatus may determine to change the performance profile. For example, the apparatus may change from utilization of first performance profile 302 to utilization of second performance profile 304.
- FIGURE 3B illustrates performance profiles in terms of latency.
- the allowed latency associated with a performance profile may be referred to as a Gear to indicate allowable latency.
- performance profile 322 may be referred to as Gear 1
- performance profile 324 may be referred to as Gear 2
- performance profile 326 may be referred to as Gear 3.
- Gear 1 corresponds to first performance profile 302 of FIGURE 3A.
- Gear 2 corresponds to second performance profile 304 of FIGURE 3A.
- Gear 3 corresponds to third performance profile 306 of FIGURE 3A.
- a Gear 4 performance profile comprises a power state directive indicating disabling CPU states.
- FIGURE 4 is a diagram illustrating an example user interface for setting storage independent power information according to at least one example embodiment.
- the examples of FIGURE 4 are merely examples of a user interface for setting storage independent power information, and do not limit the scope of the claims.
- the types of storage independent power information may vary, the representation of information provided to the user may vary, and/or the like.
- a user directive may be represented within the storage independent power information by way of a user directive indicator.
- a user directive indicator comprised in storage independent power information represents is an indicator that represents a user selection that may pertain to power information. Therefore, a user directive indicator indicates a directive that is modifiable by a user.
- storage independent power information that does not correspond to a directive that is modifiable by a user.
- the selectable directives shown in FIGURE 4 relate to an automation directive.
- the automation directive may relate to a directive to automatically select a performance profile, similar as described regarding FIGURE 3, or to use a selected predefined performance profile.
- the storage independent power information may comprise an automation directive that indicates automatic operation of performance profile selection, similar as described regarding FIGURE 3.
- the storage independent power information may comprise an automation directive that indicates preclusion of automatic operation for determination of a performance profile.
- the indication of preclusion of automatic operation may relate to the automation directive specifying non- automatic operation. Preclusion of automatic operation may relate to preventing the apparatus from automatically determining a performance profile.
- Selection of the automatic option may result in a user directive indicator indicating an automation directive that indicates that automatic determination of performance profile should be performed.
- the options provided to the user for power saver gear, balanced gear, or high performance gear may be referred to as predetermined performance profiles. If the user selects one of the options associated with a predetermined performance profile, the automation directive may specify the predetermined performance profile to be used. For example, if the automation directive specifies "Gear2", the Gear 2 performance profile may be determined absent other considerations. Therefore, an automation directive specifying a predetermined performance profile may result in the user manually selecting the performance profile to be determined by storage policy 202.
- FIGURE 5 is a flow diagram showing a set of operations for providing for power savings according to at least one example embodiment.
- An apparatus for example system 1100 of FIGURE 8 or a portion thereof, may utilize the set of operations 500.
- the apparatus may comprise means, including, for example processor 1104 of FIGURE 8, for performing the operations of FIGURE 5.
- an apparatus, for example system 1100 of FIGURE 8 is transformed by having memory, for example system memory 1108 of FIGURE 8, comprising computer code configured to, working with a processor, for example processor 1104 of FIGURE 8, cause the apparatus to perform set of operations 500.
- storage operation information is received.
- the storage operation information and the receiving of the storage operation information may be similar as described regarding FIGURE 2. Additionally or alternatively, storage operation information may be received by being received from a separate device, by retrieving information from one or more memory, and/or the like.
- storage independent power information is received. The storage independent power information and the receiving of the storage independent power information may be similar as described regarding FIGURE 2. Additionally or alternatively, storage independent power information may be received by being received from a separate device, by retrieving information from one or more memory, and/or the like.
- a performance profile is determined based, at least in part, on the storage operation information and the storage independent power information. The performance profile may be similar as described regarding FIGURES 2, 3A, and 3B. Determination of the performance profile may be similar as described regarding FIGURES 3A and 3B.
- setting of at least one power management directive is caused. The power management directive and the causing of setting may be similar as described regarding FIGURE 2.
- FIGURE 6 is another flow diagram showing a set of operations for providing for power savings according to at least one example embodiment.
- An apparatus for example system 1100 of FIGURE 8 or a portion thereof, may utilize the set of operations 600.
- the apparatus may comprise means, including, for example processor 1104 of FIGURE 8, for performing the operations of FIGURE 6.
- an apparatus, for example system 1100 of FIGURE 8 is transformed by having memory, for example system memory 1108 of FIGURE 8, comprising computer code configured to, working with a processor, for example processor 1104 of FIGURE 8, cause the apparatus to perform set of operations 600.
- storage latency tolerance information is received.
- the storage latency tolerance information may be similar as described regarding FIGURE 2.
- the receiving of the storage latency tolerance information may be similar as described regarding block 502 of FIGURE 5.
- a power scheme indicator and a power source indicator are received.
- the power scheme indicator and the power source indicator may be similar as described regarding FIGURE 2.
- the receiving of the power scheme indicator and the power source indicator may be similar as described regarding block 504 of FIGURE 5.
- the apparatus determines if increased storage operation latency is acceptable. This determination may be similar as described regarding FIGURE 3. If, at block 606, the apparatus determines that increased storage operation latency is acceptable, flow proceeds to block 612. Otherwise, flow proceeds to block 608. At block 608, the apparatus determines whether the power source is internal. If, at block 608, the apparatus determines that the power source is internal, flow proceeds to block 612. Otherwise, flow proceeds to block 610. At block 610, the apparatus evaluates the power scheme. If, at block 610, the power scheme is similar to a power saver mode, flow proceeds to block 612. At block 612, the apparatus determines a performance profile of Gearl, similar as described regarding FIGURE 3, which is followed by block 618.
- the apparatus determines a performance profile of Gear2, similar as described regarding FIGURE 3, which is followed by block 618. If, at block 610, the power scheme is similar to a high performance mode, flow proceeds to block 616. At block 616, the apparatus determines a performance profile of Gear3, similar as described regarding FIGURE 3, which is followed by block 618. At block 618, the apparatus causes updating of the ACPI table similar as described regarding FIGURE 3.
- FIGURE 7 is a simplified block diagram associated with an example ARM ecosystem
- At least one example implementation of the present disclosure includes an integration of the power savings features discussed herein and an ARM component.
- the example of FIGURE 7 can be associated with any ARM core (e.g., A-9, A-15, etc.).
- the architecture can be part of any type of tablet, smartphone (inclusive of AndroidTM phones, i-PhonesTM), i-PadTM, Google NexusTM, Microsoft SurfaceTM, personal computer, server, video processing components, laptop computer (inclusive of any type of notebook), any type of touch-enabled input device, etc.
- ARM ecosystem SOC 1000 may include multiple cores 1006-1007, an L2 cache control 1008, a bus interface unit 1009, an L2 cache 1010, a graphics processing unit (GPU) 1015, an interconnect 1010, a video codec 1020, and a liquid crystal display (LCD) l/F 1025, which may be associated with mobile industry processor interface (MIPI)/ high-definition multimedia interface (HDMI) links that couple to an LDC.
- MIPI mobile industry processor interface
- HDMI high-definition multimedia interface
- ARM ecosystem SOC 1000 may also include a subscriber identity module (SIM) l/F 1030, a boot read-only memory (ROM) 1035, a synchronous dynamic random access memory (SDRAM) controller 1040, a flash controller 1045, a serial peripheral interface (SPI) master 1050, a suitable power control 1055, a dynamic RAM (DRAM) 1060, and flash 1065.
- SIM subscriber identity module
- ROM boot read-only memory
- SDRAM synchronous dynamic random access memory
- SPI serial peripheral interface
- DRAM dynamic RAM
- flash 1065 flash 1065
- one or more example embodiment include one or more communication capabilities, interfaces, and features such as instances of Bluetooth 1070, a 3G modem 1075, a global positioning system (GPS) 1080, and an 802.11 WiFi 1085.
- GPS global positioning system
- the example of FIGURE 7 can offer processing capabilities, along with relatively low power consumption to enable computing of various types (e.g., mobile computing, high-end digital home, servers, wireless infrastructure, etc.).
- such an architecture can enable any number of software applications (e.g., AndroidTM, Adobe ® Flash ® Player, Java Platform Standard Edition (Java SE), JavaFX, Linux, Microsoft Windows Embedded, Symbian and Ubuntu, etc.).
- the core processor may implement an out-of-order superscalar pipeline with a coupled low-latency level-2 cache.
- FIGURE 8 is a simplified block diagram illustrating potential electronics and logic that may be associated with any of the power saving operations discussed herein.
- system 1100 includes a touch controller 1102, one or more processors 1104, system control logic 1106 coupled to at least one of processor(s) 1104, system memory 1108 coupled to system control logic 1106, non-volatile memory and/or storage device(s) 1110 coupled to system control logic 1106, display controller 1112 coupled to system control logic 1106, display controller 1112 coupled to a display, power management controller 1118 coupled to system control logic 1106, and/or communication interfaces 1120 coupled to system control logic 1106.
- System memory 1108 may be used to load and store data and/or instructions, for example, for system 1100.
- I/O input/output
- Non-volatile memory and/or storage device(s) 1110 may be used to store data and/or instructions, for example within software 1128.
- Non-volatile memory and/or storage device(s) 1110 may include any suitable non-volatile memory, such as flash memory for example, and/or may include any suitable non-volatile storage device(s), such as one or more hard disc drives (HDDs), one or more compact disc (CD) drives, and/or one or more digital versatile disc (DVD) drives for example.
- HDDs hard disc drives
- CD compact disc
- DVD digital versatile disc
- Power management controller 1118 may include power management logic 1130 configured to control various power management and/or power saving functions disclosed herein or any part thereof. In at least one example embodiment, power management controller 1118 is configured to reduce the power consumption of components or devices of system 1100 that may either be operated at reduced power or turned off when the electronic device is in the closed configuration.
- power management controller 1118 when the electronic device is in a closed configuration, performs one or more of the following: power down the unused portion of the display and/or any backlight associated therewith; allow one or more of processor(s) 1104 to go to a lower power state if less computing power is required in the closed configuration; and shutdown any devices and/or components, such as keyboard 108, that are unused when an electronic device is in the closed configuration.
- Communications interface(s) 1120 may provide an interface for system 1100 to communicate over one or more networks and/or with any other suitable device. Communications interface(s) 1120 may include any suitable hardware and/or firmware. Communications interface(s) 1120, in at least one example embodiment, may include, for example, a network adapter, a wireless network adapter, a telephone modem, and/or a wireless modem.
- I/O input/output
- At least one processor 1104 may be packaged together with logic for one or more controllers of system control logic 1106. In at least one example embodiment, at least one processor 1104 may be packaged together with logic for one or more controllers of system control logic 1106 to form a System in Package (SiP). In at least one example embodiment, at least one processor 1104 may be integrated on the same die with logic for one or more controllers of system control logic 1106. For at least one example embodiment, at least one processor 1104 may be integrated on the same die with logic for one or more controllers of system control logic 1106 to form a System on Chip (SoC).
- SoC System on Chip
- touch controller 1102 may include touch sensor interface circuitry 1122 and touch control logic 1124.
- Touch sensor interface circuitry 1122 may be coupled to detect touch input over a first touch surface layer and a second touch surface layer of display 11 (i.e., display device 1110).
- Touch sensor interface circuitry 1122 may include any suitable circuitry that may depend, for example, at least in part on the touch-sensitive technology used for a touch input device.
- Touch sensor interface circuitry 1122 in one embodiment, may support any suitable multi-touch technology.
- Touch sensor interface circuitry 1122 in at least one embodiment, includes any suitable circuitry to convert analog signals corresponding to a first touch surface layer and a second surface layer into any suitable digital touch input data. Suitable digital touch input data for one embodiment may include, for example, touch location or coordinate data.
- Touch control logic 1124 may be coupled to help control touch sensor interface circuitry 1122 in any suitable manner to detect touch input over a first touch surface layer and a second touch surface layer. Touch control logic 1124 for at least one example embodiment may also be coupled to output in any suitable manner digital touch input data corresponding to touch input detected by touch sensor interface circuitry 1122. Touch control logic 1124 may be implemented using any suitable logic, including any suitable hardware, firmware, and/or software logic (e.g., non-transitory tangible media), that may depend, for example, at least in part on the circuitry used for touch sensor interface circuitry 1122. Touch control logic 1124 for one embodiment may support any suitable multi-touch technology.
- Touch control logic 1124 may be coupled to output digital touch input data to system control logic 1106 and/or at least one processor 1104 for processing. At least one processor 1104 for one embodiment may execute any suitable software to process digital touch input data output from touch control logic 1124. Suitable software may include, for example, any suitable driver software and/or any suitable application software. As illustrated in FIGU RE 11, system memory 1108 may store suitable software 1126 and/or non-volatile memory and/or storage device(s).
- the functions outlined herein may be implemented in conjunction with logic that is encoded in one or more tangible, non-transitory media (e.g., embedded logic provided in an application-specific integrated circuit (ASIC), in digital signal processor (DSP) instructions, software [potentially inclusive of object code and source code] to be executed by a processor, or other similar machine, etc.).
- memory elements can store data used for the operations described herein. This includes the memory elements being able to store software, logic, code, or processor instructions that are executed to carry out the activities described herein.
- a processor can execute any type of instructions associated with the data to achieve the operations detailed herein.
- the processors could transform an element or an article (e.g., data) from one state or thing to another state or thing.
- the activities outlined herein may be implemented with fixed logic or programmable logic (e.g., software/computer instructions executed by a processor) and the elements identified herein could be some type of a programmable processor, programmable digital logic (e.g., a field programmable gate array (FPGA), a DSP, an erasable programmable read only memory (EPROM), electrically erasable programmable read-only memory (EEPROM)) or an ASIC that includes digital logic, software, code, electronic instructions, or any suitable combination thereof.
- FPGA field programmable gate array
- EPROM erasable programmable read only memory
- EEPROM electrically erasable programmable read-only memory
- One particular example implementation may include an apparatus that includes a means for receiving storage operation information indicating one or more storage drive operations; means for receiving storage independent power information; means for determining, by a processor, a performance profile based at least in part on the storage operation information and the storage independent power information; and means for causing a setting of at least one power management directive that corresponds with the performance profile.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Power Sources (AREA)
- Supply And Distribution Of Alternating Current (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE112013006093.0T DE112013006093T5 (en) | 2012-12-19 | 2013-11-25 | System and method for providing energy savings in a processor environment |
| CN201380060392.4A CN104781755B (en) | 2012-12-19 | 2013-11-25 | System and method for providing the economize on electricity in processor environment |
| GB1508769.5A GB2523492B (en) | 2012-12-19 | 2013-11-25 | System and method for providing for power savings in a processor environment |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/719,296 US20140173306A1 (en) | 2012-12-19 | 2012-12-19 | System and method for providing for power savings in a processor environment |
| US13/719,296 | 2012-12-19 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014099288A1 true WO2014099288A1 (en) | 2014-06-26 |
Family
ID=50932419
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2013/071765 Ceased WO2014099288A1 (en) | 2012-12-19 | 2013-11-25 | System and method for providing for power savings in a processor environment |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20140173306A1 (en) |
| CN (1) | CN104781755B (en) |
| DE (1) | DE112013006093T5 (en) |
| GB (1) | GB2523492B (en) |
| WO (1) | WO2014099288A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9507402B2 (en) | 2010-09-30 | 2016-11-29 | Intel Corporation | Monitoring transaction requests using a policy engine within a storage drive driver to change power capability and latency settings for a storage drive |
Families Citing this family (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9081828B1 (en) | 2014-04-30 | 2015-07-14 | Igneous Systems, Inc. | Network addressable storage controller with storage drive profile comparison |
| US8935567B1 (en) * | 2014-04-30 | 2015-01-13 | Igneous Systems, Inc. | Network addressable storage controller with storage drive profile comparison |
| USRE48835E1 (en) | 2014-04-30 | 2021-11-30 | Rubrik, Inc. | Network addressable storage controller with storage drive profile comparison |
| US10146293B2 (en) | 2014-09-22 | 2018-12-04 | Western Digital Technologies, Inc. | Performance-aware power capping control of data storage devices |
| US9116833B1 (en) | 2014-12-18 | 2015-08-25 | Igneous Systems, Inc. | Efficiency for erasure encoding |
| US9361046B1 (en) | 2015-05-11 | 2016-06-07 | Igneous Systems, Inc. | Wireless data storage chassis |
| US9965206B2 (en) * | 2015-10-23 | 2018-05-08 | Western Digital Technologies, Inc. | Enhanced queue management for power control of data storage device |
| CN106708239A (en) * | 2015-11-12 | 2017-05-24 | 中国长城计算机深圳股份有限公司 | Method and device for adjusting power consumption |
| JP7163002B2 (en) * | 2016-05-25 | 2022-10-31 | キヤノン株式会社 | Information processing apparatus and processor power saving method for determining power saving level of processor according to recovery time notified from device connected to processor |
| CN111221402A (en) * | 2018-11-26 | 2020-06-02 | 超威半导体(上海)有限公司 | Multi-layer low power states |
| CN109742819A (en) * | 2018-12-28 | 2019-05-10 | 国网北京市电力公司 | The power control method and device of local discharge sensor |
| US10963362B2 (en) * | 2019-04-11 | 2021-03-30 | Dell Products L.P. | Method and system for identifying latency-sensitive computing workloads of information handling systems |
| US11086384B2 (en) * | 2019-11-19 | 2021-08-10 | Intel Corporation | System, apparatus and method for latency monitoring and response |
| US11487444B2 (en) * | 2020-03-25 | 2022-11-01 | Micron Technology, Inc. | Centralized power management in memory devices |
| US11314299B2 (en) * | 2020-03-27 | 2022-04-26 | Intel Corporation | System, apparatus and method for dynamic power state scaling of a voltage regulator for a processor |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050108586A1 (en) * | 2003-11-17 | 2005-05-19 | Corrado Francis R. | Configuration change indication |
| JP2006251982A (en) * | 2005-03-09 | 2006-09-21 | Matsushita Electric Ind Co Ltd | Power saving system, recording medium, driver and program |
| US7188261B1 (en) * | 2001-05-01 | 2007-03-06 | Advanced Micro Devices, Inc. | Processor operational range indicator |
| US20100313043A1 (en) * | 2009-02-16 | 2010-12-09 | Masaru Tsukada | Storage Apparatus and Its Power Saving Control Method |
| US20110239013A1 (en) * | 2007-08-28 | 2011-09-29 | Muller Marcus S | Power management of data processing resources, such as power adaptive management of data storage operations |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5471625A (en) * | 1993-09-27 | 1995-11-28 | Motorola, Inc. | Method and apparatus for entering a low-power mode and controlling an external bus of a data processing system during low-power mode |
| US7143203B1 (en) * | 2002-04-26 | 2006-11-28 | Advanced Micro Devices, Inc. | Storage device control responsive to operational characteristics of a system |
| US7028200B2 (en) * | 2002-05-15 | 2006-04-11 | Broadcom Corporation | Method and apparatus for adaptive power management of memory subsystem |
| US7376851B2 (en) * | 2002-10-31 | 2008-05-20 | Lg Electronics Inc. | Apparatus and method for managing power in computer system |
| US7814485B2 (en) * | 2004-12-07 | 2010-10-12 | Intel Corporation | System and method for adaptive power management based on processor utilization and cache misses |
| US7383457B1 (en) * | 2005-03-23 | 2008-06-03 | Apple Inc. | Adaptive power-reduction mode |
| US8156353B2 (en) * | 2007-09-17 | 2012-04-10 | Intel Corporation | Techniques for communications power management based on system states |
| US8176341B2 (en) * | 2008-03-31 | 2012-05-08 | Intel Corporation | Platform power management based on latency guidance |
| US8566628B2 (en) * | 2009-05-06 | 2013-10-22 | Advanced Micro Devices, Inc. | North-bridge to south-bridge protocol for placing processor in low power state |
| US20110131427A1 (en) * | 2009-12-02 | 2011-06-02 | Jorgenson Joel A | Power management states |
| US8700936B2 (en) * | 2010-12-03 | 2014-04-15 | Schneider Electric It Corporation | Modular gating of microprocessor low-power mode |
| US9015396B2 (en) * | 2012-09-18 | 2015-04-21 | Apple Inc. | Reducing latency in a peripheral component interconnect express link |
-
2012
- 2012-12-19 US US13/719,296 patent/US20140173306A1/en not_active Abandoned
-
2013
- 2013-11-25 DE DE112013006093.0T patent/DE112013006093T5/en active Pending
- 2013-11-25 WO PCT/US2013/071765 patent/WO2014099288A1/en not_active Ceased
- 2013-11-25 GB GB1508769.5A patent/GB2523492B/en active Active
- 2013-11-25 CN CN201380060392.4A patent/CN104781755B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7188261B1 (en) * | 2001-05-01 | 2007-03-06 | Advanced Micro Devices, Inc. | Processor operational range indicator |
| US20050108586A1 (en) * | 2003-11-17 | 2005-05-19 | Corrado Francis R. | Configuration change indication |
| JP2006251982A (en) * | 2005-03-09 | 2006-09-21 | Matsushita Electric Ind Co Ltd | Power saving system, recording medium, driver and program |
| US20110239013A1 (en) * | 2007-08-28 | 2011-09-29 | Muller Marcus S | Power management of data processing resources, such as power adaptive management of data storage operations |
| US20100313043A1 (en) * | 2009-02-16 | 2010-12-09 | Masaru Tsukada | Storage Apparatus and Its Power Saving Control Method |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9507402B2 (en) | 2010-09-30 | 2016-11-29 | Intel Corporation | Monitoring transaction requests using a policy engine within a storage drive driver to change power capability and latency settings for a storage drive |
Also Published As
| Publication number | Publication date |
|---|---|
| GB2523492A (en) | 2015-08-26 |
| DE112013006093T5 (en) | 2015-09-17 |
| GB2523492B (en) | 2021-03-24 |
| US20140173306A1 (en) | 2014-06-19 |
| CN104781755A (en) | 2015-07-15 |
| CN104781755B (en) | 2017-11-21 |
| GB201508769D0 (en) | 2015-07-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20140173306A1 (en) | System and method for providing for power savings in a processor environment | |
| US7831850B2 (en) | Hybrid operating systems for battery powered computing systems | |
| US8271812B2 (en) | Hardware automatic performance state transitions in system on processor sleep and wake events | |
| CN105190531B (en) | Memory Power Savings in Idle Display Cases | |
| US9746910B2 (en) | Supporting runtime D3 and buffer flush and fill for a peripheral component interconnect device | |
| US9513662B2 (en) | System and method for power management | |
| US9176570B2 (en) | System and method for providing universal serial bus link power management policies in a processor environment | |
| US20140129759A1 (en) | Low power write journaling storage system | |
| US20090300396A1 (en) | Information processing apparatus | |
| TWI431464B (en) | Computer system with power control and power control method | |
| US9563256B2 (en) | Processor hiding its power-up latency with activation of a root port and quickly sending a downstream cycle | |
| US9354679B2 (en) | System and method for causing reduced power consumption associated with thermal remediation | |
| US20140181334A1 (en) | System and method for determination of latency tolerance | |
| US9158357B2 (en) | System and method for conveying service latency requirements for devices connected to low power input/output sub-systems | |
| US20140181563A1 (en) | System and method for determination of latency tolerance | |
| US9164571B2 (en) | Electronic apparatus and power saving control method | |
| US10429988B2 (en) | Touch screen support by emulating a legacy device | |
| JP6143482B2 (en) | Electronic device and power saving control method | |
| US20140189184A1 (en) | Creating dynamic fixed functionality for a hardware device system | |
| CN105224399A (en) | Electronic device and method for switching operating system thereof |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13865781 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 1508769 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20131125 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1508769.5 Country of ref document: GB |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 112013006093 Country of ref document: DE Ref document number: 1120130060930 Country of ref document: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13865781 Country of ref document: EP Kind code of ref document: A1 |