mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
flo: gfx: footswitch: Turn gfx footswitch on/off only during suspend/resume
This is a workaround, for instability seen with leaving gfx footswitch go on/off. Separate board-flo-gpu.c is based on board-8064-gpu.c for flo hardware so that workaround is also added. This refers to the following change Change-Ids bbe03d50952ebac9b6fdef315cf12ae57e7963da Change-Id: Ia49ccae7d2cfc64cf2f22bf053683dc728cc4f20 Signed-off-by: paris_yeh <paris_yeh@asus.com> Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/69279 Reviewed-by: Sam hblee <Sam_hblee@asus.com>
This commit is contained in:
parent
3ed39b377c
commit
afcc716ffe
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ static struct kgsl_device_platform_data kgsl_3d0_pdata = {
|
|||
.set_grp_async = NULL,
|
||||
.idle_timeout = HZ/10,
|
||||
.nap_allowed = true,
|
||||
.strtstp_sleepwake = true,
|
||||
.strtstp_sleepwake = false,
|
||||
.clk_map = KGSL_CLK_CORE | KGSL_CLK_IFACE | KGSL_CLK_MEM_IFACE,
|
||||
#ifdef CONFIG_MSM_BUS_SCALING
|
||||
.bus_scale_table = &grp3d_bus_scale_pdata,
|
||||
|
|
Loading…
Reference in a new issue