All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Micah Morton <mortonm-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: amd-gfx list <amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Subject: Re: GPU passthrough support for Stoney [Radeon R2/R3/R4/R5 Graphics]?
Date: Thu, 16 May 2019 16:39:47 -0400	[thread overview]
Message-ID: <CADnq5_OTk4nE4G6FHmSRmvNLNO4hJbVC9cuxAiGEZk1_b2C=9w@mail.gmail.com> (raw)
In-Reply-To: <CAJ-EccOH2dXPD+XeHQcqZYD+xa2eB6SVp6oFk4AD0vy=H+9+0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Thu, May 16, 2019 at 4:07 PM Micah Morton <mortonm@chromium.org> wrote:
>
> On Wed, May 15, 2019 at 7:19 PM Alex Deucher <alexdeucher@gmail.com> wrote:
> >
> > On Wed, May 15, 2019 at 2:26 PM Micah Morton <mortonm@chromium.org> wrote:
> > >
> > > Hi folks,
> > >
> > > I'm interested in running a VM on a system with an integrated Stoney
> > > [Radeon R2/R3/R4/R5 Graphics] card and passing through the graphics
> > > card to the VM using the IOMMU. I'm wondering whether this is feasible
> > > and supposed to be doable with the right setup (as opposed to passing
> > > a discrete GPU to the VM, which I think is definitely doable?).
> > >
> > > So far, I can do all the qemu/kvm/vfio/iommu stuff to run the VM and
> > > pass the integrated GPU to it, but the drm driver in the VM fails
> > > during amdgpu_device_init(). Specifically, the logs show the SMU being
> > > unresponsive, which leads to a 'SMU firmware load failed' error
> > > message and kernel panic. I can share VM logs and the invocation of
> > > qemu and such if helpful, but first wanted to know at a high level if
> > > this should be feasible?
> > >
> > > P.S.: I'm not initializing the GPU in the host bios or host kernel at
> > > all, so I should be passing a fresh GPU to the VM. Also, I'm pretty
> > > sure I'm running the correct VGA bios for this GPU in the guest VM
> > > bios before guest boot.
> > >
> > > Any comments/suggestions would be appreciated!
> >
> > It should work in at least once as long as your vm is properly set up.
>
> Is there any reason running coreboot vs UEFI at host boot would make a
> difference? I was running a modified version of coreboot that avoids
> doing any GPU initialization in firmware -- so the first POST happens
> inside the guest.

The GPU on APUs shares a bunch of resources with the CPU.  There are a
bunch of blocks which are shared and need to be initialized on both
for everything to work properly.

>
> > Note that the driver needs access to the vbios image in the guest to
> > get device specific configuration details (clocks, display connector
> > configuration, etc.).
>
> Is there anything I need to do to ensure this besides passing '-device
> vfio-pci,...,romfile=/path/to/vgarom' to qemu?

You need the actual vbios rom image from your system.  The image is
board specific.

Alex
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  parent reply	other threads:[~2019-05-16 20:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15 18:26 GPU passthrough support for Stoney [Radeon R2/R3/R4/R5 Graphics]? Micah Morton
     [not found] ` <CAJ-EccO1ue5hTtJ8m4utQp+8dSsWm60JFA5YOT1gCODnYcFUog-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-16  2:19   ` Alex Deucher
     [not found]     ` <CADnq5_N=-cWz99T4ma_=6-_bu-Ty2twsFt=KGtzTdWn1hcDSrA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-16 20:07       ` Micah Morton
     [not found]         ` <CAJ-EccOH2dXPD+XeHQcqZYD+xa2eB6SVp6oFk4AD0vy=H+9+0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-16 20:39           ` Alex Deucher [this message]
     [not found]             ` <CADnq5_OTk4nE4G6FHmSRmvNLNO4hJbVC9cuxAiGEZk1_b2C=9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-17 15:35               ` Micah Morton
     [not found]                 ` <CAJ-EccPFdxNTe5ESwJDg0MKSZasigkcg9CjxN__MgXaF2RURQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-17 16:59                   ` Alex Deucher
     [not found]                     ` <CADnq5_Osm1NaWWrDNpNNV1c+nyw3NfPyEi=_RjuUNh7hkAfzvQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-21 17:45                       ` Micah Morton
     [not found]                         ` <CAJ-EccNEMO3XbHWgUUpNtnJM7v1P4uCWF-v4hgq4fG45v3GvXg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-22 20:39                           ` Alex Deucher
     [not found]                             ` <CADnq5_NxmBbcJ8oy8vu-ajWfaRqwqiBuHKnwDJk+-Sp2NCM7mg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-22 23:00                               ` Micah Morton
     [not found]                                 ` <CAJ-EccP1AqqjE0jfjGag4xv1Ox8fY0E6vXQvudKy+xnvaeti_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-23  1:10                                   ` Alex Deucher
     [not found]                                     ` <CADnq5_OMgNfUauHxsmctHV31-ac+O9keWvJ2kfpAmjv0sob=hQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-23 16:55                                       ` Micah Morton
     [not found]                                         ` <CAJ-EccPRbOXkVXh8jiqeKSgB9VSX71biuNn5zPgeh3PM9bxW5Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-23 19:18                                           ` Micah Morton
  -- strict thread matches above, loose matches on Subject: below --
2019-05-15 18:14 Micah Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADnq5_OTk4nE4G6FHmSRmvNLNO4hJbVC9cuxAiGEZk1_b2C=9w@mail.gmail.com' \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=mortonm-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.