Integrate device/launcher modes for build scripts#7
Open
electrikjesus wants to merge 17 commits intouniverse-x86-qpr1from
Open
Integrate device/launcher modes for build scripts#7electrikjesus wants to merge 17 commits intouniverse-x86-qpr1from
electrikjesus wants to merge 17 commits intouniverse-x86-qpr1from
Conversation
bass: add bass changes to init.sh file
Uses cmdline boot options to set the minimum and maximum intel_pstate perf percentage. Minimum P-state the driver is allowed to set in percent of the maximum supported performance level (the highest supported turbo P-state). This attribute will not be exposed if the intel_pstate=per_cpu_perf_limits argument is present in the kernel command line. INTEL_PSTATE_CPU_MIN_PERF_PCT=10 INTEL_PSTATE_CPU_MAX_PERF_PCT=80
Current value of the energy vs performance hint for the given policy (or the CPU represented by it). Normal options: default, performance, balance_performance, balance_power, power CPU_ENERGY_PERFORMANCE_PREF=balance_power
Allows using the INTEL_PSTATE_STATUS option to set pstate status. Passive status allows the pstate governor to scale at will. Operation mode of the driver: “active”, “passive” or “off”. “active” - The driver is functional and in the active mode. “passive” - The driver is functional and in the passive mode. “off” - The driver is not functional (it is not registered as a scaling driver with the CPUFreq core). INTEL_PSTATE_STATUS=passive
1. Enable activity on secondary display 2. Enable supports split screen multi-window
This allows us to set ro.iio.* propertied through the following flags: SET_IIO_ORDER SET_IIO_ACCEL_QUIRKS SET_IIO_ACCEL_X_OPT_SCALE SET_IIO_ACCEL_Y_OPT_SCALE SET_IIO_ANGLVEL_QUIRKS SET_IGNORE_ATKBD
This allows us to set ro.iio.* properties through the following flags: SET_IIO_MAGN_QUIRKS
This change includes a number of additions to our sleep profiles. Override auto-detected power suspend type options: (https://www.kernel.org/doc/Documentation/power/interface.txt) 'freeze' (Suspend-to-Idle) 'standby' (Power-On Suspend) 'mem' (Suspend-to-RAM) 'disk' (Suspend-to-Disk) Auto-configure sleep.state based on supported functionality Set intel_pstate to passive if not set rework deep sleep detection Detect deep sleep compatibility differently
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes a number of changes to separate the build scripts, device modes, & launcher modes from Bliss Bass and into Bliss OS