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
34e9aa48
Commit
34e9aa48
authored
Dec 10, 2002
by
Cha Young-Ho
Committed by
Dave Jones
Dec 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGP] kconfig tweaks & missing exports.
parent
f5bc6f99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
10 deletions
+27
-10
drivers/char/agp/Kconfig
drivers/char/agp/Kconfig
+10
-10
drivers/char/agp/backend.c
drivers/char/agp/backend.c
+1
-0
drivers/char/agp/generic.c
drivers/char/agp/generic.c
+16
-0
No files found.
drivers/char/agp/Kconfig
View file @
34e9aa48
...
...
@@ -30,7 +30,7 @@ config AGP_GART
depends on GART_IOMMU
config AGP_INTEL
bool
"Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support"
tristate
"Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support"
depends on AGP
help
This option gives you AGP support for the GLX component of the
...
...
@@ -40,7 +40,7 @@ config AGP_INTEL
use GLX or DRI. If unsure, say N.
#config AGP_I810
#
bool
"Intel I810/I815/I830M (on-board) support"
#
tristate
"Intel I810/I815/I830M (on-board) support"
# depends on AGP
# help
# This option gives you AGP support for the Xserver on the Intel 810
...
...
@@ -48,7 +48,7 @@ config AGP_INTEL
# is required to do any useful video modes with these boards.
config AGP_VIA
bool
"VIA chipset support"
tristate
"VIA chipset support"
depends on AGP
help
This option gives you AGP support for the GLX component of the
...
...
@@ -58,7 +58,7 @@ config AGP_VIA
use GLX or DRI. If unsure, say N.
config AGP_AMD
bool
"AMD Irongate, 761, and 762 support"
tristate
"AMD Irongate, 761, and 762 support"
depends on AGP
help
This option gives you AGP support for the GLX component of the
...
...
@@ -68,7 +68,7 @@ config AGP_AMD
use GLX or DRI. If unsure, say N.
config AGP_SIS
bool
"Generic SiS support"
tristate
"Generic SiS support"
depends on AGP
help
This option gives you AGP support for the GLX component of the "soon
...
...
@@ -81,7 +81,7 @@ config AGP_SIS
use GLX or DRI. If unsure, say N.
config AGP_ALI
bool
"ALI chipset support"
tristate
"ALI chipset support"
depends on AGP
---help---
This option gives you AGP support for the GLX component of the
...
...
@@ -99,14 +99,14 @@ config AGP_ALI
use GLX or DRI. If unsure, say N.
config AGP_SWORKS
bool
"Serverworks LE/HE support"
tristate
"Serverworks LE/HE support"
depends on AGP
help
Say Y here to support the Serverworks AGP card. See
<http://www.serverworks.com/> for product descriptions and images.
config AGP_AMD_8151
bool
"AMD 8151 support"
tristate
"AMD 8151 support"
depends on AGP
default GART_IOMMU
help
...
...
@@ -114,14 +114,14 @@ config AGP_AMD_8151
GART on the AMD Athlon64/Opteron ("Hammer") CPUs.
config AGP_I460
bool
"Intel 460GX support"
tristate
"Intel 460GX support"
depends on AGP && IA64
help
This option gives you AGP GART support for the Intel 460GX chipset
for IA64 processors.
config AGP_HP_ZX1
bool
"HP ZX1 AGP support"
tristate
"HP ZX1 AGP support"
depends on AGP && IA64
help
This option gives you AGP GART support for the HP ZX1 chipset
...
...
drivers/char/agp/backend.c
View file @
34e9aa48
...
...
@@ -289,6 +289,7 @@ module_init(agp_init);
EXPORT_SYMBOL
(
agp_backend_acquire
);
EXPORT_SYMBOL
(
agp_backend_release
);
EXPORT_SYMBOL_GPL
(
agp_register_driver
);
EXPORT_SYMBOL_GPL
(
agp_unregister_driver
);
MODULE_AUTHOR
(
"Dave Jones <davej@codemonkey.org.uk>"
);
MODULE_LICENSE
(
"GPL and additional rights"
);
drivers/char/agp/generic.c
View file @
34e9aa48
...
...
@@ -693,7 +693,23 @@ void agp_enable(u32 mode)
EXPORT_SYMBOL
(
agp_free_memory
);
EXPORT_SYMBOL
(
agp_allocate_memory
);
EXPORT_SYMBOL
(
agp_copy_info
);
EXPORT_SYMBOL
(
agp_create_memory
);
EXPORT_SYMBOL
(
agp_bind_memory
);
EXPORT_SYMBOL
(
agp_unbind_memory
);
EXPORT_SYMBOL
(
agp_free_key
);
EXPORT_SYMBOL
(
agp_enable
);
EXPORT_SYMBOL
(
agp_bridge
);
EXPORT_SYMBOL
(
agp_generic_alloc_page
);
EXPORT_SYMBOL
(
agp_generic_destroy_page
);
EXPORT_SYMBOL
(
agp_generic_suspend
);
EXPORT_SYMBOL
(
agp_generic_resume
);
EXPORT_SYMBOL
(
agp_generic_agp_enable
);
EXPORT_SYMBOL
(
agp_generic_create_gatt_table
);
EXPORT_SYMBOL
(
agp_generic_free_gatt_table
);
EXPORT_SYMBOL
(
agp_generic_insert_memory
);
EXPORT_SYMBOL
(
agp_generic_remove_memory
);
EXPORT_SYMBOL
(
agp_generic_alloc_by_type
);
EXPORT_SYMBOL
(
agp_generic_free_by_type
);
EXPORT_SYMBOL
(
global_cache_flush
);
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