[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC 0/8] ATI R300 emulated graphics card
From: |
aaron . zakhrov |
Subject: |
[RFC 0/8] ATI R300 emulated graphics card |
Date: |
Tue, 26 Nov 2019 10:26:13 +0530 |
From: Aaron Dominick <address@hidden>
Hello,
I thought of working on an emulated R300 GPU for QEMU video acceleration on
vintage operating systems (Windows 9x-XP)
The following patch series contains the initial QEMU device and some register
read/write operations.
Testing it on an OpenSUSE Linux guest and the kernel correctly detects the card
and loads the radeon DRM driver.
It gets as far as the CRTC probing before crashing with an error that there is
not enough bandwidth.
I know next to nothing about hardware emulation and would like to know if what
I have got so far is on the right track.
Aaron Dominick (8):
Add Radeon kernel headers. Will clean up later
Fix MC STATUS resgister
R300 fixes
Got GPU init working. Stops at probing display
Add Radeon kernel headers. Will clean up later
Fix MC STATUS resgister
R300 fixes
Got GPU init working. Stops at probing display
--
2.24.0
- [RFC 0/8] ATI R300 emulated graphics card,
aaron . zakhrov <=
- [RFC 5/8] Add Radeon kernel headers. Will clean up later, aaron . zakhrov, 2019/11/26
- [RFC 2/8] Fix MC STATUS resgister, aaron . zakhrov, 2019/11/26
- [RFC 3/8] R300 fixes, aaron . zakhrov, 2019/11/26
- [RFC 4/8] Got GPU init working. Stops at probing display, aaron . zakhrov, 2019/11/26
- [RFC 7/8] R300 fixes, aaron . zakhrov, 2019/11/26
- [RFC 6/8] Fix MC STATUS resgister, aaron . zakhrov, 2019/11/26
- [RFC 8/8] Got GPU init working. Stops at probing display, aaron . zakhrov, 2019/11/26
- [RFC 1/8] Add Radeon kernel headers. Will clean up later, aaron . zakhrov, 2019/11/26
- Re: [RFC 0/8] ATI R300 emulated graphics card, BALATON Zoltan, 2019/11/26