Am Samstag, den 25.02.2006, 09:51 +0000 schrieb Roland Scheidegger:
> CVSROOT:      /cvs/dri
> Module name:  drm
> Repository:   drm/shared-core/
> Changes by:   [EMAIL PROTECTED]       06/02/25 09:51:15
> 
> Log message:
>   Add all radeon pci ids known by ddx, but only r350/rv350 and below
> (new chips may be problematic). 

Not quite. It's still missing 0x3150 which is the M24 in my notebook.
Fglrx identifies it as "MOBILITY RADEON X600 (M24 3150)". It works just
fine with the free drivers as an RV350 (Mesa treats it as an RV350 too),
though the radeon driver in Xorg seems to think it's an RV380.

radeon_probe.c:    { PCI_CHIP_RV380_3150, PCI_CHIP_RV380_3150, RES_SHARED_VGA }

I added this line to drm_pciids.txt and otherwise used the latest binary
snapshot (from today):

--- drm_pciids.txt      25 Feb 2006 09:51:15 -0000      1.32
+++ drm_pciids.txt      27 Feb 2006 01:37:11 -0000
@@ -1,4 +1,5 @@
 [radeon]
+0x1002 0x3150 CHIP_RV350|CHIP_IS_MOBILITY "ATI Radeon X600 Mobility"
 0x1002 0x4136 CHIP_RS100|CHIP_IS_IGP "ATI Radeon RS100 IGP 320"
 0x1002 0x4137 CHIP_RS200|CHIP_IS_IGP "ATI Radeon RS200 IGP 340"
 0x1002 0x4144 CHIP_R300 "ATI Radeon AD 9500"

Regards,
  Felix

> Leave the existing entries for new chips in though. Remove ids not
> known by ddx (secondary ids, non-existant,...). Correct some entries
> (name/family). Make the radeon family enum look more alike the ddx/dri
> versions. See #5413
> 
> Modified files:
>       drm/shared-core/:
>         drm_pciids.txt radeon_cp.c radeon_drv.h 
>   
>   Revision      Changes    Path
>   1.32          +42 -53    drm/shared-core/drm_pciids.txt
>   1.74          +2 -0      drm/shared-core/radeon_cp.c
>   1.67          +7 -6      drm/shared-core/radeon_drv.h

-- 
| Felix Kühling <[EMAIL PROTECTED]>                     http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to