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
Kirill Smelkov
linux
Commits
08ee5245
Commit
08ee5245
authored
Dec 19, 2002
by
Dave Jones
Committed by
Dave Jones
Dec 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGP] Export agp3 routines and link to module if needed.
parent
61567a39
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
drivers/char/agp/Makefile
drivers/char/agp/Makefile
+1
-1
drivers/char/agp/generic-3.0.c
drivers/char/agp/generic-3.0.c
+3
-0
No files found.
drivers/char/agp/Makefile
View file @
08ee5245
...
...
@@ -6,9 +6,9 @@
export-objs
:=
backend.o
agpgart-y
:=
backend.o frontend.o generic.o
agpgart-$(CONFIG_AGP3)
+=
generic-3.0.o
agpgart-objs
:=
$
(
agpgart-y
)
obj-$(CONFIG_AGP)
+=
agpgart.o
obj-$(CONFIG_AGP3)
+=
generic-3.0.o
obj-$(CONFIG_AGP_INTEL)
+=
intel-agp.o
obj-$(CONFIG_AGP_VIA)
+=
via-agp.o
...
...
drivers/char/agp/generic-3.0.c
View file @
08ee5245
#include <linux/list.h>
#include <linux/pci.h>
#include <linux/agp_backend.h>
#include <linux/module.h>
#include "agp.h"
...
...
@@ -549,3 +550,5 @@ int agp_generic_agp_3_0_enable(u32 mode)
return
FALSE
;
}
EXPORT_SYMBOL
(
agp_generic_agp_3_0_enable
);
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