From: Olaf Hering <olaf@aepfle.de>
To: airlied@linux.ie
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
Date: Tue, 26 Aug 2014 12:16:40 +0200 [thread overview]
Message-ID: <20140826101639.GA12400@aepfle.de> (raw)
In-Reply-To: <20140612052351.GA25374@aepfle.de>
Ping?
On Thu, Jun 12, Olaf Hering wrote:
> Ping?
>
> On Fri, Apr 11, Olaf Hering wrote:
>
> > qemu as used by xend/xm toolstack uses a different subvendor id.
> > Bind the drm driver also to this emulated card.
> >
> > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > ---
> > drivers/gpu/drm/cirrus/cirrus_drv.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c
> > index 953fc8a..8555548 100644
> > --- a/drivers/gpu/drm/cirrus/cirrus_drv.c
> > +++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
> > @@ -31,6 +31,8 @@ static struct drm_driver driver;
> > static DEFINE_PCI_DEVICE_TABLE(pciidlist) = {
> > { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, 0x1af4, 0x1100, 0,
> > 0, 0 },
> > + { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, PCI_VENDOR_ID_XEN,
> > + 0x0001, 0, 0, 0 },
> > {0,}
> > };
> >
next prev parent reply other threads:[~2014-08-26 10:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 6:56 [PATCH] drm/cirrus: bind also to qemu-xen-traditional Olaf Hering
2014-06-12 5:23 ` Olaf Hering
2014-08-26 10:16 ` Olaf Hering [this message]
2014-10-22 8:14 ` Olaf Hering
2014-10-23 4:09 ` Dave Airlie
2014-10-23 4:09 ` Dave Airlie
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=20140826101639.GA12400@aepfle.de \
--to=olaf@aepfle.de \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.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.