Mailinglist Archive: radeonhd (265 mails)
| < Previous | Next > |
Re: [radeonhd] M72
- From: "Alex Deucher" <alexdeucher@xxxxxxxxx>
- Date: Wed, 7 Jan 2009 14:14:40 -0500
- Message-id: <a728f9f90901071114i5a29d74bl1497764c56a521cf@xxxxxxxxxxxxxx>
On Wed, Jan 7, 2009 at 2:02 PM, Jeff Collins <jcollins@xxxxxxxxxxxxxxxxx> wrote:
Atombios includes command tables that are written in an interpreted
language. These are used to initialize the asic since the
initialization is card specific. The driver contains an interpreter
that can execute the scripts natively on any platform. It's been used
successfully on powerpc for example.
We released working sample code for using the 3D engine just before
new years (r600_demo, r6xx-r7xx-support branches of drm and radeonhd).
A register reference guide to accompany the code will be available
soon.
Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
In looking at the radeonhd driver, I do not see where memory is initialized
on the graphics chip. Is this currently done by the video BIOS? If so are
there plans to put any initialization done by the BIOS into the radeonhd
driver to support non x86 architectures?
Atombios includes command tables that are written in an interpreted
language. These are used to initialize the asic since the
initialization is card specific. The driver contains an interpreter
that can execute the scripts natively on any platform. It's been used
successfully on powerpc for example.
Also is there any estimate on when 3D acceleration is going to be supported
for the M72, and when the documents from ATI/AMD are going to be released?
We released working sample code for using the 3D engine just before
new years (r600_demo, r6xx-r7xx-support branches of drm and radeonhd).
A register reference guide to accompany the code will be available
soon.
Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |