From: Chad Goodman Date: Wed, 19 Dec 2012 07:56:27 +0000 (-0800) Subject: GPU: raise 3d gpu-cpu bus speed, and change idle timer X-Git-Url: https://ziggy471.com/git/gitweb.cgi?p=ziggy471-sgs3-jb.git;a=commitdiff;h=c5491264e3bbe80481b753895457e17f58922026 GPU: raise 3d gpu-cpu bus speed, and change idle timer Signed-off-by: Ziggy --- --- a/arch/arm/mach-msm/devices-8960.c +++ b/arch/arm/mach-msm/devices-8960.c @@ -2631,7 +2631,7 @@ static struct msm_bus_vectors grp3d_nomi .src = MSM_BUS_MASTER_GRAPHICS_3D, .dst = MSM_BUS_SLAVE_EBI_CH0, .ab = 0, - .ib = KGSL_CONVERT_TO_MBPS(3840), //480 MHz GPU + .ib = KGSL_CONVERT_TO_MBPS(3968), }, }; @@ -2640,7 +2640,7 @@ static struct msm_bus_vectors grp3d_max_ .src = MSM_BUS_MASTER_GRAPHICS_3D, .dst = MSM_BUS_SLAVE_EBI_CH0, .ab = 0, - .ib = KGSL_CONVERT_TO_MBPS(4096), //512 MHz GPU + .ib = KGSL_CONVERT_TO_MBPS(5290), }, }; @@ -2816,7 +2816,7 @@ static struct kgsl_device_platform_data .max_level = 0, .num_levels = 5, .set_grp_async = NULL, - .idle_timeout = HZ/5, + .idle_timeout = HZ/12, .nap_allowed = true, .clk_map = KGSL_CLK_CORE | KGSL_CLK_IFACE | KGSL_CLK_MEM_IFACE, #ifdef CONFIG_MSM_BUS_SCALING