qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/1] ATI R300 emulated grpahics card V2
@ 2019-11-28  6:43 aaron.zakhrov
  2019-11-28  6:43 ` [RFC 1/1] Cleaned up Work tree. The radeon_reg.h r300_reg.h and r500_reg.h files are from the kernel drm tree. They contain the register definitions for the R300 GPU aaron.zakhrov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: aaron.zakhrov @ 2019-11-28  6:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel, Aaron Dominick

From: Aaron Dominick <aaron.zakhrov@gmail.com>

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 DRM tree.
What I have implemented so far seems to get a Linux guest to load the DRM and KMS drivers but it cannot find any CRTCs.
dmesg also says that while the GART is allocated, it cannot bind any pages to it.


Aaron Dominick (1):
  Cleaned up Work tree. The radeon_reg.h r300_reg.h and r500_reg.h files
    are from the kernel drm tree. They contain the register definitions
    for the R300 GPU

 hw/display/Kconfig       |    9 +-
 hw/display/Makefile.objs |    2 +
 hw/display/r100d.h       |  869 +++++++++
 hw/display/r300.c        | 1087 +++++++++++
 hw/display/r300.h        |  269 +++
 hw/display/r300_2d.c     |  190 ++
 hw/display/r300_debug.c  |  272 +++
 hw/display/r300_reg.h    | 1789 ++++++++++++++++++
 hw/display/r300d.h       |  343 ++++
 hw/display/r500_reg.h    |  801 ++++++++
 hw/display/radeon_reg.h  | 3725 ++++++++++++++++++++++++++++++++++++++
 11 files changed, 9355 insertions(+), 1 deletion(-)
 create mode 100644 hw/display/r100d.h
 create mode 100644 hw/display/r300.c
 create mode 100644 hw/display/r300.h
 create mode 100644 hw/display/r300_2d.c
 create mode 100644 hw/display/r300_debug.c
 create mode 100644 hw/display/r300_reg.h
 create mode 100644 hw/display/r300d.h
 create mode 100644 hw/display/r500_reg.h
 create mode 100644 hw/display/radeon_reg.h

--
2.24.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-11  0:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-28  6:43 [RFC 0/1] ATI R300 emulated grpahics card V2 aaron.zakhrov
2019-11-28  6:43 ` [RFC 1/1] Cleaned up Work tree. The radeon_reg.h r300_reg.h and r500_reg.h files are from the kernel drm tree. They contain the register definitions for the R300 GPU aaron.zakhrov
2019-11-28 11:30 ` [RFC 0/1] ATI R300 emulated grpahics card V2 Gerd Hoffmann
2019-11-29 18:41   ` BALATON Zoltan
2019-11-30 12:11     ` BALATON Zoltan
2020-02-11  0:36       ` BALATON Zoltan
2019-11-28 17:33 ` no-reply
2019-11-28 17:39 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).