projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068a117
)
agpgart: detected ALi M???? chipset with M1621
author
Ondrej Zary
<linux@rainbow-software.org>
Wed, 10 Jun 2009 19:41:11 +0000
(12:41 -0700)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 18 Jun 2009 23:33:18 +0000
(09:33 +1000)
Add M1621 chipset name to ali-agp, preventing "Detected ALi M???? chipset"
message.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/char/agp/ali-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/ali-agp.c
b/drivers/char/agp/ali-agp.c
index
dc8d1a9
..
58f26ed
100644
(file)
--- a/
drivers/char/agp/ali-agp.c
+++ b/
drivers/char/agp/ali-agp.c
@@
-346,7
+346,7
@@
found:
devs[j].chipset_name = "M1641";
break;
case 0x43:
- devs[j].chipset_name = "M
????
";
+ devs[j].chipset_name = "M
1621
";
break;
case 0x47:
devs[j].chipset_name = "M1647";