-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate device/launcher modes for build scripts #7
Open
electrikjesus
wants to merge
17
commits into
universe-x86-qpr1
Choose a base branch
from
universe-x86-20240213
base: universe-x86-qpr1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
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