Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bricked
ville
Commits
7276d330
Commit
7276d330
authored
11 years ago
by
Dennis Rassmann
Browse files
Options
Download
Email Patches
Plain Diff
gpu: increase bus bandwidth for high/max vectors
Signed-off-by:
Dennis Rassmann
<
showp1984@gmail.com
>
parent
0c517169
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/arm/mach-msm/devices-8960.c
arch/arm/mach-msm/devices-8960.c
+4
-4
No files found.
arch/arm/mach-msm/devices-8960.c
View file @
7276d330
...
...
@@ -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
(
26
56
),
.
ib
=
KGSL_CONVERT_TO_MBPS
(
4
26
4
),
},
{
.
src
=
MSM_BUS_MASTER_GRAPHICS_3D_PORT1
,
.
dst
=
MSM_BUS_SLAVE_EBI_CH0
,
.
ab
=
0
,
.
ib
=
KGSL_CONVERT_TO_MBPS
(
26
56
),
.
ib
=
KGSL_CONVERT_TO_MBPS
(
4
26
4
),
}
};
...
...
@@ -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
),
}
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment