public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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: Thu, 12 Jun 2014 07:23:51 +0200	[thread overview]
Message-ID: <20140612052351.GA25374@aepfle.de> (raw)
In-Reply-To: <1397199383-30186-1-git-send-email-olaf@aepfle.de>

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,}
>  };
>  

  reply	other threads:[~2014-06-12  5:23 UTC|newest]

Thread overview: 5+ 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 [this message]
2014-08-26 10:16   ` Olaf Hering
2014-10-22  8:14     ` Olaf Hering
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=20140612052351.GA25374@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox