Bug 19072

Summary: radeonHD 4830 unknown pciID 0x944C
Product: xorg Reporter: guth <thibaud>
Component: Driver/radeonhdAssignee: Luc Verhaegen <lverhaegen>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: IRIX   
Whiteboard:
i915 platform: i915 features:

Description guth 2008-12-13 06:13:10 UTC
radeonhd v1.2.4 (20081212) doesn't know about my 4830 card:
lspci output:
...
01:00.0 VGA compatible controller: ATI Technologies Inc RV770 LE [Radeon HD 4800 Series]
01:00.1 Audio device: ATI Technologies Inc HD48x0 audio
...

adding next line to src/rhd_ic.c solved the problem (quick and dirty added RV770 id as RV770 Le doesn't exist, not much tested):
    RHD_DEVICE_MATCH(  0x944C, RHD_RV770 ), /* ATI Technologies Inc RV770 LE [Radeon HD 4800 Series] */

Hoppes that helps ...
Comment 1 Matthias Hopf 2009-01-07 10:47:13 UTC
This is already added in git. Thanks.

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.