Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
bf1e5989
Commit
bf1e5989
authored
Feb 05, 2007
by
Thomas Hellstrom
Committed by
Dave Jones
Feb 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Add agp-type-to-mask-type method missing from some drivers.
Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
e4ac5e4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
drivers/char/agp/parisc-agp.c
drivers/char/agp/parisc-agp.c
+1
-0
drivers/char/agp/sis-agp.c
drivers/char/agp/sis-agp.c
+1
-0
No files found.
drivers/char/agp/parisc-agp.c
View file @
bf1e5989
...
...
@@ -228,6 +228,7 @@ struct agp_bridge_driver parisc_agp_driver = {
.
free_by_type
=
agp_generic_free_by_type
,
.
agp_alloc_page
=
agp_generic_alloc_page
,
.
agp_destroy_page
=
agp_generic_destroy_page
,
.
agp_type_to_mask_type
=
agp_generic_type_to_mask_type
,
.
cant_use_aperture
=
1
,
};
...
...
drivers/char/agp/sis-agp.c
View file @
bf1e5989
...
...
@@ -140,6 +140,7 @@ static struct agp_bridge_driver sis_driver = {
.
free_by_type
=
agp_generic_free_by_type
,
.
agp_alloc_page
=
agp_generic_alloc_page
,
.
agp_destroy_page
=
agp_generic_destroy_page
,
.
agp_type_to_mask_type
=
agp_generic_type_to_mask_type
,
};
static
struct
agp_device_ids
sis_agp_device_ids
[]
__devinitdata
=
...
...
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