Skip to content
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

update time #1

Open
wants to merge 23 commits into
base: mm6.0
Choose a base branch
from
Open

update time #1

wants to merge 23 commits into from

Conversation

TechExhibeo
Copy link

No description provided.

Steve Kondik and others added 23 commits February 26, 2016 11:18
Change-Id: I545902b29f4828c127bc32def6e30b67ce4a3aa7
 * We're not handling this automatically anymore in the server
   because it's highly unreliable. Use the refcounted version
   of our magic opcode explicitly.

Change-Id: Ia092c40db2d880fad93e73d99505752e65d96bd0
Change-Id: Id408c468960579c0ad437e588339142d9dc25f5e
Change-Id: I33316277709d1880b66495ad859ccfa1035c37e5
Change-Id: I450283103614b8a30fcdfb075d5466fde813f710
 * Undo damage caused by the previous patch which broke
   all hint arguments. We were actually using these wrong to
   begin with anyway.
 * Add support for get_profile
 * Clean up code

Change-Id: Ibc3f21bfb7aa46ec97b9b63d09737d4331a5a714
Change-Id: I395161b71764acb2e0f860066770ada9a307eb3d
Change-Id: Icec0e6446a9c88f2466a8f52278bb9705a6342ff
* rename output_version to version_override so its more obvious
  what it does

Change-Id: I139e23ef99335247b5ec24078be2a74de38ab28d
* Some filesystems (xfs) return 0 for d_type on readdir
* If the file type is unknown, attempt a stat call to see if
  it can be found that way.

Change-Id: I2f7a90a73cd9614aa34cd4654d007393f45db9f9
comparison of constant 0 with boolean expression is always false

Change-Id: Ie166d70cc6f509a471e62272b29b1bfe9d9487ea
Fix "Undeclared identifier 'PATH_MAX'" on darwin.

Change-Id: Icb2085f66df3601918dca9b30f8de801e0b16acd
Change-Id: Ibc750868cace9f8eef06c90eb5f46fc6013f97d8
Add TARGET_POWER_SET_FEATURE_LIB, since other devices
are not simply writing a 0/1 to a device node.
TARGET_TAP_TO_WAKE_NODE still valid and both
TARGET_TAP_TO_WAKE_NODE and TARGET_POWER_SET_FEATURE_LIB are
allowed to be coexist. (Currently set_feature only got double tap wake,
but may be extended in future)

Change-Id: I5c6204fd38a6fbe48e8aac49843bfa047c4b6436
On some kernels (msm8916), the build creates an empty subdirectory
in the dtb output directory.

arch/arm64/boot/dts <-- dtb location
arch/arm64/boot/dts/qcom <-- empty directory

The dt_image.mk will find the first directory which exists in its
predefined list of directories.  The empty directory then causes
no dtb files to be found.

Rather than try to specify the correct directory, make dtbtool smart
enough to traverse into subdirectories and find all dtb files. An
accompanying change to dt_image.mk is required to only search the
most generic path.

Change-Id: I56e7344c5c6d1e6a56d939cf8aaf3da9f1e6a714
 * To reduce power consumption further.
 * This is the standard QC configuration, but was disabled in CM due to
   Bluetooth audio issues when toggling the screen off. This no longer
   seems to be the case on M.

Change-Id: Ic2a8c23f8c6e765c42e3a71ffafa93098a0d1585
Add the 3 standard profiles and hook low power mode
to the powersaving performance profile.

Change-Id: Id7d16f97c177a790427d848e8ccea3286cf37a4e
This is handled by the common powerHAL.

Change-Id: I939743dd188b1d04793756e6ce9d7e6daefc468a
* Original HAL: LA.BR.1.3.3_rb1.7
* Added CM profile, hinting support

Change-Id: I331041f2639011a80d3f2752c62dccd6a1d0c0d6
The PerformanceManager code now handles the setting of powersave
profile on low power mode, so this is redundant.

This implementation also doesn't remember the previous user selected
performance profile, instead only setting to balanced profile when
low power mode is turned off.

Change-Id: I5d65cd1e7b915e9a088523d2d62ae541b5bcd78c
Change-Id: I51c8b7bdbf7030fce6e2e7a7a2c5c96dc2b4ccae
- Implements MSM-specific initialization during bootup
- Sets the lcd density at the bootup

Change-Id: I3f8bdbff0021405259fa1380c67313a750c7c512

common: Set system property to differentiate 8952 and 8956 hw

Set system property to differentiate 8952 and 8956 hw based
on soc-id to select appropriate media_codecs xml.
Set system property to select correct media_profiles xml

Change-Id: Ie6466fe65e9eab00a9f2cfe7810cf2ee44be1de2

common: add apq8056/76 soc ids to 8956/76 system property

Add apq8056 and apq8076 soc ids along with msm8956/76 soc ids
to the existing system property to enable it for apq chipsets
as well.

Change-Id: I6b0b19726c953d290aecf0e8ee358db136100835

init: get hardware version to support vp9 decoder on msm8956/76

msm8956/76 hardware version v1 supports vp9 decoder but
version v0 does not. So read hardware version and do
set_property to differentiate between version v0 and v1
for user space to use it when required.

Change-Id: Ia0e4f69d7274a97fa2247be5dd58cb71d1fdf530

Rename init_msm8952.c to .cpp

Change-Id: I5653f5c3bceb271b0c5c9590978a24c74e9286d7
Caused partially by change-id I51c8b7bdbf7030fce6e2e7a7a2c5c96dc2b4ccae

Change-Id: I1e64060e5759b543760e5e015179003f36e46980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants