All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/cirrus: bind also to qemu-xen-traditional
@ 2014-04-11  6:56 Olaf Hering
  2014-06-12  5:23 ` Olaf Hering
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2014-04-11  6:56 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel, Olaf Hering

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

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

* Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2014-06-12  5:23 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel

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

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

* Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
  2014-06-12  5:23 ` Olaf Hering
@ 2014-08-26 10:16   ` Olaf Hering
  2014-10-22  8:14     ` Olaf Hering
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2014-08-26 10:16 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel

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

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

* Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
  2014-08-26 10:16   ` Olaf Hering
@ 2014-10-22  8:14     ` Olaf Hering
  2014-10-23  4:09         ` Dave Airlie
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2014-10-22  8:14 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel

Ping?

On Tue, Aug 26, Olaf Hering wrote:

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

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

* Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
  2014-10-22  8:14     ` Olaf Hering
@ 2014-10-23  4:09         ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2014-10-23  4:09 UTC (permalink / raw)
  To: Olaf Hering; +Cc: Dave Airlie, dri-devel, LKML

No idea why I kept missing this, I've applied it to -fixes now.

Dave.

On 22 October 2014 18:14, Olaf Hering <olaf@aepfle.de> wrote:
> Ping?
>
> On Tue, Aug 26, Olaf Hering wrote:
>
>> 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,}
>> > >  };
>> > >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional
@ 2014-10-23  4:09         ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2014-10-23  4:09 UTC (permalink / raw)
  To: Olaf Hering; +Cc: LKML, dri-devel

No idea why I kept missing this, I've applied it to -fixes now.

Dave.

On 22 October 2014 18:14, Olaf Hering <olaf@aepfle.de> wrote:
> Ping?
>
> On Tue, Aug 26, Olaf Hering wrote:
>
>> 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,}
>> > >  };
>> > >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2014-10-23  4:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2014-10-22  8:14     ` Olaf Hering
2014-10-23  4:09       ` Dave Airlie
2014-10-23  4:09         ` Dave Airlie

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.