Bug 12485 - Add support for X1400 Mobility
Summary: Add support for X1400 Mobility
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/radeonhd (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Luc Verhaegen
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-19 08:00 UTC by Tobias Neumann
Modified: 2007-10-11 07:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xorg logfile (21.06 KB, text/plain)
2007-09-19 08:01 UTC, Tobias Neumann
no flags Details
Patch for Dell Inspiron 6400 (a.k.a. Inspiron E1505) with X1400 (661 bytes, patch)
2007-09-24 06:21 UTC, Jonathan Anderson
no flags Details | Splinter Review

Description Tobias Neumann 2007-09-19 08:00:32 UTC
Hi,
can you add support for the Radeon X1400 Mobility?

The Xorg.log from my Thinkpad T60 is attached, I'm open for further questions and testing.

I tried the following changes, but rhd_lvtma.c says that there is no support for !RHD_M56 devices.

index e18e8ec..ec1a680 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -200,7 +200,9 @@ Bool
 RHDChipExperimental(ScrnInfoPtr pScrn)
 {
     switch (RHDPTR(pScrn)->PciInfo->chipType) {
-    case 0x7104:
+    case 0x7104:       
+           // test for X1400
+    case 0x7145:
     case 0x7146:
     case 0x7147:
     case 0x7152:
@@ -326,6 +328,7 @@ rhdCards[] =
     /* 0x7142 : RV515 : Radeon X1300/X1550 */
     /* 0x7143 : RV515 : Radeon X1550 */
     /* 0x7145 : M54 : Mobility Radeon X1400 */
+    { 0x7145, 0x17AA, 0x2006, "Mobility Radeon X1400", PANEL_A1_VGA_A0 },
     /* 0x7146 : RV515 : Radeon X1300 */
     { 0x7146, 0x174B, 0x0470, "Sapphire X1300", VGA_B1_DVI_AB01 },
     /* 0x7147 : RV505 : Radeon X1550 */



Thanks, Tobias
Comment 1 Tobias Neumann 2007-09-19 08:01:16 UTC
Created attachment 11631 [details]
xorg logfile
Comment 2 Jonathan Anderson 2007-09-24 06:21:09 UTC
Created attachment 11721 [details] [review]
Patch for Dell Inspiron 6400 (a.k.a. Inspiron E1505) with X1400

Here's the ID info for my Dell laptop...
Comment 3 David Kiliani 2007-10-09 04:51:33 UTC
Works for me with the git version from Oct 09 2007 and Thinkpad T60
Comment 4 Tobias Neumann 2007-10-11 07:02:20 UTC
For me too now, I think we can close this.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.