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
aa3d6771
Commit
aa3d6771
authored
Apr 28, 2002
by
Dave Jones
Committed by
Jaroslav Kysela
Apr 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ALI 1644 AGP/DRM support.
parent
b16f6f03
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
6 deletions
+17
-6
drivers/char/agp/agp.h
drivers/char/agp/agp.h
+3
-0
drivers/char/agp/agpgart_be.c
drivers/char/agp/agpgart_be.c
+12
-6
drivers/char/drm/drm_agpsupport.h
drivers/char/drm/drm_agpsupport.h
+1
-0
include/linux/agp_backend.h
include/linux/agp_backend.h
+1
-0
No files found.
drivers/char/agp/agp.h
View file @
aa3d6771
...
@@ -248,6 +248,9 @@ struct agp_bridge_data {
...
@@ -248,6 +248,9 @@ struct agp_bridge_data {
#ifndef PCI_DEVICE_ID_AL_M1641_0
#ifndef PCI_DEVICE_ID_AL_M1641_0
#define PCI_DEVICE_ID_AL_M1641_0 0x1641
#define PCI_DEVICE_ID_AL_M1641_0 0x1641
#endif
#endif
#ifndef PCI_DEVICE_ID_AL_M1644_0
#define PCI_DEVICE_ID_AL_M1644_0 0x1644
#endif
#ifndef PCI_DEVICE_ID_AL_M1647_0
#ifndef PCI_DEVICE_ID_AL_M1647_0
#define PCI_DEVICE_ID_AL_M1647_0 0x1647
#define PCI_DEVICE_ID_AL_M1647_0 0x1647
#endif
#endif
...
...
drivers/char/agp/agpgart_be.c
View file @
aa3d6771
...
@@ -3476,6 +3476,12 @@ static struct {
...
@@ -3476,6 +3476,12 @@ static struct {
"Ali"
,
"Ali"
,
"M1641"
,
"M1641"
,
ali_generic_setup
},
ali_generic_setup
},
{
PCI_DEVICE_ID_AL_M1644_0
,
PCI_VENDOR_ID_AL
,
ALI_M1644
,
"Ali"
,
"M1644"
,
ali_generic_setup
},
{
PCI_DEVICE_ID_AL_M1647_0
,
{
PCI_DEVICE_ID_AL_M1647_0
,
PCI_VENDOR_ID_AL
,
PCI_VENDOR_ID_AL
,
ALI_M1647
,
ALI_M1647
,
...
@@ -3513,7 +3519,7 @@ static struct {
...
@@ -3513,7 +3519,7 @@ static struct {
PCI_VENDOR_ID_AMD
,
PCI_VENDOR_ID_AMD
,
AMD_762
,
AMD_762
,
"AMD"
,
"AMD"
,
"
AMD
760MP"
,
"760MP"
,
amd_irongate_setup
},
amd_irongate_setup
},
{
0
,
{
0
,
PCI_VENDOR_ID_AMD
,
PCI_VENDOR_ID_AMD
,
...
@@ -3579,11 +3585,11 @@ static struct {
...
@@ -3579,11 +3585,11 @@ static struct {
"i845"
,
"i845"
,
intel_845_setup
},
intel_845_setup
},
{
PCI_DEVICE_ID_INTEL_850_0
,
{
PCI_DEVICE_ID_INTEL_850_0
,
PCI_VENDOR_ID_INTEL
,
PCI_VENDOR_ID_INTEL
,
INTEL_I850
,
INTEL_I850
,
"Intel"
,
"Intel"
,
"i850"
,
"i850"
,
intel_850_setup
},
intel_850_setup
},
{
PCI_DEVICE_ID_INTEL_860_0
,
{
PCI_DEVICE_ID_INTEL_860_0
,
PCI_VENDOR_ID_INTEL
,
PCI_VENDOR_ID_INTEL
,
INTEL_I860
,
INTEL_I860
,
...
...
drivers/char/drm/drm_agpsupport.h
View file @
aa3d6771
...
@@ -303,6 +303,7 @@ drm_agp_head_t *DRM(agp_init)(void)
...
@@ -303,6 +303,7 @@ drm_agp_head_t *DRM(agp_init)(void)
case
ALI_M1631
:
head
->
chipset
=
"ALi M1631"
;
break
;
case
ALI_M1631
:
head
->
chipset
=
"ALi M1631"
;
break
;
case
ALI_M1632
:
head
->
chipset
=
"ALi M1632"
;
break
;
case
ALI_M1632
:
head
->
chipset
=
"ALi M1632"
;
break
;
case
ALI_M1641
:
head
->
chipset
=
"ALi M1641"
;
break
;
case
ALI_M1641
:
head
->
chipset
=
"ALi M1641"
;
break
;
case
ALI_M1644
:
head
->
chipset
=
"ALi M1644"
;
break
;
case
ALI_M1647
:
head
->
chipset
=
"ALi M1647"
;
break
;
case
ALI_M1647
:
head
->
chipset
=
"ALi M1647"
;
break
;
case
ALI_M1651
:
head
->
chipset
=
"ALi M1651"
;
break
;
case
ALI_M1651
:
head
->
chipset
=
"ALi M1651"
;
break
;
#endif
#endif
...
...
include/linux/agp_backend.h
View file @
aa3d6771
...
@@ -69,6 +69,7 @@ enum chipset_type {
...
@@ -69,6 +69,7 @@ enum chipset_type {
ALI_M1631
,
ALI_M1631
,
ALI_M1632
,
ALI_M1632
,
ALI_M1641
,
ALI_M1641
,
ALI_M1644
,
ALI_M1647
,
ALI_M1647
,
ALI_M1651
,
ALI_M1651
,
ALI_GENERIC
,
ALI_GENERIC
,
...
...
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