Commit Graph

12 Commits

Author SHA1 Message Date
Prabhanjan Kandula 8822d0a479 init : display: Add permission to camera bw node.
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
2015-05-22 07:08:36 -07:00
Naseer Ahmed f6dbade45d init: Add permissions for CEC nodes
Change-Id: I220fd52e33690ee6d4de39f121464571c7ce91e0
2015-02-24 11:46:08 -08:00
Tatenda Chipeperekwa b990e787b7 init: Add permissions to access res_info node for HDMI timing info
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
2015-01-29 16:58:59 -08:00
Naseer Ahmed dea92ef12e init: Set property to force SW composition/rendering
Use the presence/absence of kgsl node to force SW composition and
rendering.

Change-Id: Ia97e3f17f9a6d34a24f3d83fcef97def5d3b23c3
2015-01-06 17:08:19 -05:00
Jeykumar Sankaran 7591884b64 init: Set permissions for dynamic partial update node
Set file permissions for dynamic partial update system node to
control the feature at runtime.

Change-Id: Icd4799907d168c2606c8811c73f4fedd847d55f0
2014-12-03 12:15:53 -08:00
Arun Kumar K.R 524c82d190 init_msm: Add usergroup permission to dynamic_fps node.
HWC will be writing to this sysfs node to set the variable
refresh rate, hence set proper usergroup

Change-Id: If668003463f580050d5843af97bf8f8761eb7f88
2014-09-15 12:23:59 -07:00
Sachin Sharma 3a45a1ad30 Coredump :Add coredump support for processes
This change will set-up the core-dump directory and the core-file
pattern. The coredumps will not be generated during crashes on
boot-up. The core-dumps will only be generated on crashes after the
boot-up.

Conflicts:
	init/init_msm.c

Change-Id: If623b1c10e8da03cf171fa522055b350ea7252aa
2014-09-09 11:34:00 +05:30
Linux Build Service Account 395e46e8d2 Merge "init script: Add usergroup write permission to idle_time node." 2014-02-19 19:56:17 -08:00
Ramkumar Radhakrishnan 9f5db22f91 init script: Add usergroup write permission to idle_time node.
Set usergroup write permission of idle_time node to enable idle
timeout feature.

Change-Id: If6b0a94e93b5117c4004726d62a346403f7a8ed3
2014-02-14 12:09:34 -08:00
Aravind Venkateswaran 1d6fc81ca3 init: Set DPI property based on platform subtype ID
There is a need to support panels of different resolutions
on msm8926. In such scenarios, the platform subtype
ID is used to uniquely identify such panels. Use this ID to
correctly configure the device property for the DPI setting.

Change-Id: If2d7c3cb2a528e9fe6780116ea1ceb278eba138d
2014-02-04 16:10:42 -08:00
Praveena Pachipulusu cab15b2f91 init: set hdmi node permissions during initialization
- Add functions to setPermission and setOwner for file nodes
- Set hdmi node permissions based on fb number.

Change-Id: I57babd7aa8387d35860ad66892dd0c21ca35c135
2013-10-14 18:42:39 -07:00
David Ng a6f677ea78 init: Add MSM-specific init extension library
Implement MSM-specific initialization during boot up
at "init" stage.  This allows variable setting based
on runtime query of hardware configuration.

Change-Id: Id14293a9f030d6631c55e84498f503a5bcb818e2
2013-09-27 01:13:19 -07:00