* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
@ 2013-05-09 13:17 ` bugzilla-daemon
2013-05-09 20:47 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 13:17 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> 2013-05-09 13:17:59 ---
You need to make sure the VM has access to the PCI rom.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
2013-05-09 13:17 ` [Bug 57831] " bugzilla-daemon
@ 2013-05-09 20:47 ` bugzilla-daemon
2013-05-09 21:01 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 20:47 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #2 from Luke-Jr <luke-jr+linuxbugs@utopios.org> 2013-05-09 20:47:30 ---
I guess I assumed that the hardware end should be working fine since fglrx
works. Is needing the PCI ROM something unique to the free drivers?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
2013-05-09 13:17 ` [Bug 57831] " bugzilla-daemon
2013-05-09 20:47 ` bugzilla-daemon
@ 2013-05-09 21:01 ` bugzilla-daemon
2013-05-09 22:19 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 21:01 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> 2013-05-09 21:01:41 ---
No both drivers need the vbios image. The closed driver either gets the vbios
via some alternative means or it has some sort of fallback image if it can't
find the actual vbios image.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
` (2 preceding siblings ...)
2013-05-09 21:01 ` bugzilla-daemon
@ 2013-05-09 22:19 ` bugzilla-daemon
2013-05-09 22:32 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 22:19 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #4 from Luke-Jr <luke-jr+linuxbugs@utopios.org> 2013-05-09 22:19:33 ---
Confirmed both the fglrx and radeon systems are getting the Cirrus (emulated)
VGA ROM instead of the Radeon ROM.
Is there a way I can override/provide the Radeon ROM to the driver as a
workaround?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
` (3 preceding siblings ...)
2013-05-09 22:19 ` bugzilla-daemon
@ 2013-05-09 22:32 ` bugzilla-daemon
2013-05-09 22:52 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 22:32 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #5 from Alex Deucher <alexdeucher@gmail.com> 2013-05-09 22:32:47 ---
You should be able to pass the existing pci rom resource through to the VM, but
I'm not really a KVM expert. Just about every graphics driver is going to need
the vbios image so there is presumably a way. Might want to ask on the KVM
mailing lists. These links may be useful:
http://www.linux-kvm.org/page/VGA_device_assignment
http://thread.gmane.org/gmane.comp.emulators.kvm.devel/71981
This isn't really a driver bug. I think this bug can be closed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
` (4 preceding siblings ...)
2013-05-09 22:32 ` bugzilla-daemon
@ 2013-05-09 22:52 ` bugzilla-daemon
2013-05-09 23:06 ` bugzilla-daemon
2013-05-09 23:16 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 22:52 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #6 from Luke-Jr <luke-jr+linuxbugs@utopios.org> 2013-05-09 22:52:11 ---
For the workaround, I meant the driver ignoring the vbios ROM, and instead
loading it from a firmware file. ;)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
` (5 preceding siblings ...)
2013-05-09 22:52 ` bugzilla-daemon
@ 2013-05-09 23:06 ` bugzilla-daemon
2013-05-09 23:16 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 23:06 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
--- Comment #7 from Alex Deucher <alexdeucher@gmail.com> 2013-05-09 23:06:32 ---
That's not something I'd like to support in the driver. If you can't get the
vbios, you probably have bigger problems.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 57831] radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
2013-05-09 3:16 [Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough) bugzilla-daemon
` (6 preceding siblings ...)
2013-05-09 23:06 ` bugzilla-daemon
@ 2013-05-09 23:16 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-05-09 23:16 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=57831
Luke-Jr <luke-jr+linuxbugs@utopios.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #8 from Luke-Jr <luke-jr+linuxbugs@utopios.org> 2013-05-09 23:16:03 ---
Well, like I said... this works fine with fglrx, so I'd guess the VBIOS is the
only issue.
Seems qemu is mixing up the VBIOS for the two video cards (emulated Cirrus +
passthrough Radeon) - the first 64K of the virtualized Radeon's rom is that of
the Cirrus, but the 2nd 64K is correct.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread