Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2020-02-10 Thread BALATON Zoltan
On Sat, 30 Nov 2019, BALATON Zoltan wrote: That's all I could find out so far, any help to get further is appreciated. I've created a ticket at my qmiga.osdn.io page where I've summarised previous discussion at one place which could be used to track what we know about it. See here:

Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-30 Thread BALATON Zoltan
On Fri, 29 Nov 2019, BALATON Zoltan wrote: If the microcode of the microengine/CCE could be reversed or is documented somewhere it may be easier to implement emulation of that instead of doing the packet parsing for all possible command packets of which there are quite a lot, but in the real

Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-29 Thread BALATON Zoltan
On Thu, 28 Nov 2019, Gerd Hoffmann wrote: The infrastructure to branch into model-specific code is pretty rough right now, we might refine that, for example with some helper functions (ati_get_model() returning an enum, or ati_is_$model() functions returning bool, or both). Maybe we could

Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191128064350.20727-1-aaron.zakh...@gmail.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191128064350.20727-1-aaron.zakh...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

Re: [RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-28 Thread Gerd Hoffmann
On Thu, Nov 28, 2019 at 12:13:49PM +0530, aaron.zakh...@gmail.com wrote: > From: Aaron Dominick > > This is the cleaned up patchset to my previous RFC patch set. > I could not reliably clean up my previous commits so I deleted my fork and > started from scratch. > The patch looks like a lot of

[RFC 0/1] ATI R300 emulated grpahics card V2

2019-11-27 Thread aaron . zakhrov
From: Aaron Dominick This is the cleaned up patchset to my previous RFC patch set. I could not reliably clean up my previous commits so I deleted my fork and started from scratch. The patch looks like a lot of changes but most of it is just register definitions copied from the kernel radeon