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
fea2ac0c
Commit
fea2ac0c
authored
May 08, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] HP ZX1 AGP/DRM support.
From 2.4
parent
c88adf2f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
392 additions
and
1 deletion
+392
-1
drivers/char/agp/agpgart_be.c
drivers/char/agp/agpgart_be.c
+388
-0
drivers/char/drm/drm_agpsupport.h
drivers/char/drm/drm_agpsupport.h
+2
-0
include/linux/agp_backend.h
include/linux/agp_backend.h
+2
-1
No files found.
drivers/char/agp/agpgart_be.c
View file @
fea2ac0c
This diff is collapsed.
Click to expand it.
drivers/char/drm/drm_agpsupport.h
View file @
fea2ac0c
...
...
@@ -317,6 +317,8 @@ drm_agp_head_t *DRM(agp_init)(void)
break
;
#endif
case
HP_ZX1
:
head
->
chipset
=
"HP ZX1"
;
break
;
default:
head
->
chipset
=
"Unknown"
;
break
;
}
#if LINUX_VERSION_CODE <= 0x020408
...
...
include/linux/agp_backend.h
View file @
fea2ac0c
...
...
@@ -75,7 +75,8 @@ enum chipset_type {
ALI_GENERIC
,
SVWRKS_HE
,
SVWRKS_LE
,
SVWRKS_GENERIC
SVWRKS_GENERIC
,
HP_ZX1
,
};
typedef
struct
_agp_version
{
...
...
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