Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2d567cf3
Commit
2d567cf3
authored
Feb 22, 2005
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Various "I'm a dumbass" compile fixes.
Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
8f9d9cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+4
-4
No files found.
drivers/char/agp/via-agp.c
View file @
2d567cf3
...
...
@@ -89,7 +89,7 @@ static void via_tlbflush(struct agp_memory *mem)
}
static
struct
aper_size_info_8
via_generic_sizes
[
7
]
=
static
struct
aper_size_info_8
via_generic_sizes
[
9
]
=
{
{
256
,
65536
,
6
,
0
},
{
128
,
32768
,
5
,
128
},
...
...
@@ -97,8 +97,8 @@ static struct aper_size_info_8 via_generic_sizes[7] =
{
32
,
8192
,
3
,
224
},
{
16
,
4096
,
2
,
240
},
{
8
,
2048
,
1
,
248
},
{
4
,
1024
,
0
,
252
}
{
2
,
512
,
0
,
254
}
{
4
,
1024
,
0
,
252
}
,
{
2
,
512
,
0
,
254
}
,
{
1
,
256
,
0
,
255
}
};
...
...
@@ -197,7 +197,7 @@ struct agp_bridge_driver via_driver = {
.
owner
=
THIS_MODULE
,
.
aperture_sizes
=
via_generic_sizes
,
.
size_type
=
U8_APER_SIZE
,
.
num_aperture_sizes
=
7
,
.
num_aperture_sizes
=
9
,
.
configure
=
via_configure
,
.
fetch_size
=
via_fetch_size
,
.
cleanup
=
via_cleanup
,
...
...
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