Mailinglist Archive: radeonhd (400 mails)
| < Previous | Next > |
[radeonhd] [PATCH] Dell Inspiron 6400 w/x1400
- From: Brian Tate <btatehome@xxxxxxxxx>
- Date: Sat, 22 Sep 2007 15:05:26 -0400
- Message-id: <46F56776.3080609@xxxxxxxxx>
Hi,
Assuming the 6400/e1505 handle VGA ports on their cards the same way the attached patch should work with the data Andrew Kornilov supplied.
Brian Tate
diff --git a/src/rhd_id.c b/src/rhd_id.c
index 4ceb2fb..925b078 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -309,6 +309,8 @@ rhdCards[] =
{ 0, 0, 0x465, 0x00F, 0x10, 0x64, 0x2A8}},
{ 0x7145, 0x17AA, 0x202A, "Lenovo Thinkpad Z61m", PANEL_B2_VGA_A0,
{ 0, 0, 0x465, 0x00F, 0x10, 0x64, 0x2A8}},
+ { 0x7145, 0x1028, 0x2003, "Inspiron 6400/e1505", PANEL_B_VGA_A0,
+ { 0, 0, 0xF9F, 0x000, 0x03, 0x19, 0x1F4}},
/* 0x7146 : RV515 : Radeon X1300 */
{ 0x7146, 0x174B, 0x0470, "Sapphire X1300", VGA_B1_DVI_AB01 },
/* 0x7147 : RV505 : Radeon X1550 */
Assuming the 6400/e1505 handle VGA ports on their cards the same way the attached patch should work with the data Andrew Kornilov supplied.
Brian Tate
diff --git a/src/rhd_id.c b/src/rhd_id.c
index 4ceb2fb..925b078 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -309,6 +309,8 @@ rhdCards[] =
{ 0, 0, 0x465, 0x00F, 0x10, 0x64, 0x2A8}},
{ 0x7145, 0x17AA, 0x202A, "Lenovo Thinkpad Z61m", PANEL_B2_VGA_A0,
{ 0, 0, 0x465, 0x00F, 0x10, 0x64, 0x2A8}},
+ { 0x7145, 0x1028, 0x2003, "Inspiron 6400/e1505", PANEL_B_VGA_A0,
+ { 0, 0, 0xF9F, 0x000, 0x03, 0x19, 0x1F4}},
/* 0x7146 : RV515 : Radeon X1300 */
{ 0x7146, 0x174B, 0x0470, "Sapphire X1300", VGA_B1_DVI_AB01 },
/* 0x7147 : RV505 : Radeon X1550 */
| < Previous | Next > |