FRAMEBUFFER: increase FB clock. Minor clean up of deadline io sched and cpu clock ...
/arch/arm/mach-msm/board-8960-display.c
blob:49a96b37a0c521414f79260abf87837ce6852ae3 -> blob:35b6a042d699c1dc8a8878957ba04286c9be12f0
--- arch/arm/mach-msm/board-8960-display.c
+++ arch/arm/mach-msm/board-8960-display.c
@@ -1442,16 +1442,6 @@ static struct msm_bus_vectors mdp_1080p_
},
};
-static struct msm_bus_vectors mdp_max_vectors[] = {
- /* max */
- {
- .src = MSM_BUS_MASTER_MDP_PORT0,
- .dst = MSM_BUS_SLAVE_EBI_CH0,
- .ab = 2000000000,
- .ib = 2000000000,
- },
-};
-
static struct msm_bus_paths mdp_bus_scale_usecases[] = {
{
ARRAY_SIZE(mdp_init_vectors),
@@ -1477,10 +1467,6 @@ static struct msm_bus_paths mdp_bus_scal
ARRAY_SIZE(mdp_1080p_vectors),
mdp_1080p_vectors,
},
- {
- ARRAY_SIZE(mdp_max_vectors),
- mdp_max_vectors,
- },
};
static struct msm_bus_scale_pdata mdp_bus_scale_pdata = {