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
064d7c46
Commit
064d7c46
authored
Apr 09, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux-dj.bkbits.net/agpgart
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
0f5857d5
698a36f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
drivers/char/agp/amd-k8-agp.c
drivers/char/agp/amd-k8-agp.c
+2
-2
drivers/char/drm/drm_agpsupport.h
drivers/char/drm/drm_agpsupport.h
+0
-6
No files found.
drivers/char/agp/amd-k8-agp.c
View file @
064d7c46
...
...
@@ -2,7 +2,7 @@
* Copyright 2001-2003 SuSE Labs.
* Distributed under the GNU public license, v2.
*
* This is a GART driver for the AMD64 on-CPU northbridge.
* This is a GART driver for the AMD
Opteron/Athlon
64 on-CPU northbridge.
* It also includes support for the AMD 8151 AGP bridge,
* although it doesn't actually do much, as all the real
* work is done in the northbridge(s).
...
...
@@ -340,7 +340,7 @@ static int __init agp_amdk8_probe (struct pci_dev *dev, const struct pci_device_
if
(
cap_ptr
==
0
)
return
-
ENODEV
;
printk
(
KERN_INFO
PFX
"Detected
AMD
64 on-CPU GART
\n
"
);
printk
(
KERN_INFO
PFX
"Detected
Opteron/Athlon
64 on-CPU GART
\n
"
);
agp_bridge
->
dev
=
dev
;
agp_bridge
->
capndx
=
cap_ptr
;
...
...
drivers/char/drm/drm_agpsupport.h
View file @
064d7c46
...
...
@@ -266,12 +266,6 @@ drm_agp_head_t *DRM(agp_init)(void)
head
->
cant_use_aperture
=
head
->
agp_info
.
cant_use_aperture
;
head
->
page_mask
=
head
->
agp_info
.
page_mask
;
#endif
DRM_INFO
(
"AGP %d.%d aperture @ 0x%08lx %ZuMB
\n
"
,
head
->
agp_info
.
version
.
major
,
head
->
agp_info
.
version
.
minor
,
head
->
agp_info
.
aper_base
,
head
->
agp_info
.
aper_size
);
}
return
head
;
}
...
...
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