Contribute
Register

ati.c – Card IDs for consideration

Status
Not open for further replies.
Joined
May 12, 2012
Messages
107
Motherboard
Gigabyte GA-B75M-HD3
CPU
i5-2500K
Graphics
GT 710
Mac
  1. MacBook Pro
  2. Mac Pro
Classic Mac
  1. Power Mac
Mobile Phone
  1. iOS
Howdy!

Attached are three tested and working ati.c card IDs for consideration in upcoming releases of Chimera.
I'm not quite sure where else to request their inclusion and figure that this forum was as good a place as any. I hope!

The following are the cards i've tested these edits on:

http://www.asus.com/Graphics_Cards/AMD_Series/EAH5450_SILENTDI1GD3LP/
http://www.tomshardware.com/reviews/radeon-hd-6570-radeon-hd-6670-turks,2925-2.html


And here's the code:
Code:
	// Tested and working IDs for ASUS Radeon HD 5450 1GB Silent 
	{ 0x68E1,	0x30001043, CHIP_FAMILY_CEDAR,		"ATI Radeon HD 5450",				kEulemur	},

	// Tested and working IDs for ASUS Radeon HD 5450 1GB Silent
	{ 0x68F9,	0x03CA1043, CHIP_FAMILY_CEDAR,		"ATI Radeon HD 5450",				kEulemur	},

	// Tested and working IDs for AMD Radeon HD 6670 1GB (Reference Design)
	{ 0x6758,	0x0B0E1002,	CHIP_FAMILY_TURKS,	"AMD Radeon HD 6670",				kPithecia	},
 
My laptop's graphics card isn't supported because it has a different subsystem ID than the ones already in ati.c, so adding this should fix it. I haven't gotten a chance to test it yet, but I'm pretty sure this will work and should be added to the next Chimera release.

{ 0x68C1, 0x1449103C, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5650", kNull },
 
Hey!

I have a VTX3D Radeon HD5670/1GB card
It's a special one since it's a Juniper card but HD5670

What I can tell you for sure it's device id is 0x68B9 and the best personality is Hoolock. (chimera assigns Vervet for default but in that case it has a ghost display so it sucks).

"{ 0x68C1, 0x1449103C, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5650", kNull },"

In this code the second part "0x1449103C" what's that?

bash-3.2# ioreg | Grep ATY
| | | | +-o ATY,Hoolock@0 <class AtiFbStub, id 0x100000200, registered, matched, active, busy 0 (128 ms), retain 8>
| | | | | +-o ATY_Hoolock <class AMDFramebuffer, id 0x100000212, registered, matched, active, busy 0 (84 ms), retain 18>
| | | | +-o ATY,Hoolock@1 <class AtiFbStub, id 0x100000201, registered, matched, active, busy 0 (0 ms), retain 8>
| | | | | +-o ATY_Hoolock <class AMDFramebuffer, id 0x100000224, registered, matched, active, busy 0 (0 ms), retain 14>
| | | | +-o ATY,Hoolock@2 <class AtiFbStub, id 0x100000202, registered, matched, active, busy 0 (0 ms), retain 8>
| | | | | +-o ATY_Hoolock <class AMDFramebuffer, id 0x10000022a, registered, matched, active, busy 0 (0 ms), retain 14>
 
Status
Not open for further replies.
Back
Top