Commit 7276d330 authored by Dennis Rassmann's avatar Dennis Rassmann
Browse files

gpu: increase bus bandwidth for high/max vectors

Signed-off-by: Dennis Rassmann's avatarDennis Rassmann <showp1984@gmail.com>
parent 0c517169
......@@ -2923,13 +2923,13 @@ static struct msm_bus_vectors grp3d_nominal_high_vectors[] = {
.src = MSM_BUS_MASTER_GRAPHICS_3D,
.dst = MSM_BUS_SLAVE_EBI_CH0,
.ab = 0,
.ib = KGSL_CONVERT_TO_MBPS(2656),
.ib = KGSL_CONVERT_TO_MBPS(4264),
},
{
.src = MSM_BUS_MASTER_GRAPHICS_3D_PORT1,
.dst = MSM_BUS_SLAVE_EBI_CH0,
.ab = 0,
.ib = KGSL_CONVERT_TO_MBPS(2656),
.ib = KGSL_CONVERT_TO_MBPS(4264),
}
};
......@@ -2938,13 +2938,13 @@ static struct msm_bus_vectors grp3d_max_vectors[] = {
.src = MSM_BUS_MASTER_GRAPHICS_3D,
.dst = MSM_BUS_SLAVE_EBI_CH0,
.ab = 0,
.ib = KGSL_CONVERT_TO_MBPS(3968),
.ib = KGSL_CONVERT_TO_MBPS(5290),
},
{
.src = MSM_BUS_MASTER_GRAPHICS_3D_PORT1,
.dst = MSM_BUS_SLAVE_EBI_CH0,
.ab = 0,
.ib = KGSL_CONVERT_TO_MBPS(3968),
.ib = KGSL_CONVERT_TO_MBPS(5290),
}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment