Bug 19072 - radeonHD 4830 unknown pciID 0x944C
Summary: radeonHD 4830 unknown pciID 0x944C
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/radeonhd (show other bugs)
Version: unspecified
Hardware: All IRIX
: medium normal
Assignee: Luc Verhaegen
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-13 06:13 UTC by guth
Modified: 2009-01-07 10:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.