Overwrite the ro.opengles.version property with 0x2000.
This change is specific to 8960 Classic, which can only
support upto Open GLES vesion 2.0
This change fixes the CTS test failure
android.opengl.cts.OpenGlEsVersionTest
CRs-Fixed: 575502
Change-Id: I7e90ddde44fef596d1446e6f1acfe7070ef9337b
* This is necessary in order to match f3cf438714
* Based on the following commit to CyanogenMod eda5f3cca0
Change-Id: Ib3f2e4c533129aba8fba9eda8509762c7fc5d7c7
8929 is using 8939 system property to select hw hevc
decoder solution but this may lead to other CTS issues
as 8929 have different specification. Use separate
system property for 8929.
Change-Id: I8687279c7fa2957ddf16dfeeba4f0c859c3bf01b
8929 target is using software hevc decoder. Set a system
property so as to use hw hevc decoder, for all variants of
8929.
Change-Id: I156a26e905859a23f96a32ca4b98cdee688833df
Set system property to differentiate 8916 and 8939 hw based
on soc-id to select appropriate media_codecs.xml
Change-Id: I043e00c9c580994b511f8fcec4a0890da90645a6
CRs-Fixed: 770327
For 8916 narrow search range should be disable.
Disable set property vidc.enc.narrow.searchrange,
if target is 8916.
Change-Id: I501eaf1de72334a0a86baa222d29387b4da66860
Implement MSM-specific initialization during boot
up at "init" stage. Set DPI property based on panel
resolutions by reading virtual_size sysfs entry.
Change-Id: Ie0e1b5e68c72abe4aa11edbd4700bef3208dd461
Set the property ro.sf.lcd_density value to comply the
SBC APQ8084 display size.
qemu.hw.mainkeys is set to 0, because SBC is headless device
and doesn't have HW buttons.
Change-Id: I3e4e56245f95a061ea218f16c0af3f10a797ad4b
Update LCD density on Liquid to 320 and MTP to 480
based on UX profiling and Jank analysis
CRs-fixed: 612032
Change-Id: I1d2ee7671b7fd388967087df4f4bf8711f010478
(cherry picked from commit e47e385274)
Allow surfaceflinger process to access fb0/mdp/bw_mode_bitmap,
so that framework can hint the camera usage to limit the bw.
Change-Id: I566010e1b988ab06f6618967f5b9c6d0cfb68890
Add permissions, owners for /sys/class/graphics/fb0/{mode, modes}
These are meant to be read/written to by hwc.
Change-Id: I43f38b8106ac066b37912a3ebd2af2375f3e7b09
HWC will be writing to this sysfs node to set the variable
refresh rate, hence set proper usergroup
Change-Id: If668003463f580050d5843af97bf8f8761eb7f88
The HDMI driver now provides timing information through the res_info
sysfs node. The display HAL will need permissions to read/write this
node as part of HDMI initialization.
Change-Id: I2d767534a877368f55d614118676edb5f4f90b9e
This change enables 4+0 core config for display off
sceanrios and in display off scenario system should
go back to default core config.
Change-Id: I57795988e7e0f1b2c1e160e2e454549a14bbde50
Finds which CPU cores is online and does following below
1.Gets scaling governor
2.Sets scaling min freq
Change-Id: I209a6228294c945e943ff285ac8f38b7f97337d6
This change is specific to 8952, 8956 and 8976 targets.
This is to reduce CPU scaling in encoding case.
Change-Id: I72627311e1b60aeb29c6b83883932994ca75e53d
1.Changes to set CPU0 and CPU4 interactive timer rate values
-Display off cases:Set CPU0 and CPU4 to 50ms.
2.Removed min freq code change due to permission restriction.
Change-Id: Ibcec0551e305137e5e465c21b61ab7db5ffcc2a3
1.Changes to set CPU0 min freq for 8952 target as below:.
Display off case : set to 499.2Mhz
Display on case : set to 960Mhz.
2.Changes to set CPU0 and CPU4 interactive timer rate values
Display off cases : Set cpu0 and cpu4 to 50ms.
Change-Id: I4a16e37191431f7299791696ab91c12f758c500c
Changes to set Hi-Speed freq for 8909 target as below:
-Camcorder ON : set to 800Mhz
-Camcorder OFF : set to 998.4Mhz.
Change-Id: I8e4ca512c137a137fabe7762695e336a3ed37fdd
1. Changes to set CPU0 min freq for 8939 target as below:
Display off case : set to 400Mhz
Display on case : set to 960Mhz.
Conflicts:
power/Android.mk
Change-Id: Ie8cf31484e70f83594778c899485910b9ff2578e
Default encode hint was setting hispeed_freq to 1.1GHZ
This is not needed for 8909 hence overrode that.
Change-Id: I4c3695dbe82d43ebb34732559043b59815f7d49d