Re: [PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-20 Thread Jonathan Nieder
Hi Dave, Dave Airlie wrote: > --- /dev/null > +++ b/drivers/gpu/drm/cirrus/Kconfig > @@ -0,0 +1,7 @@ > +config DRM_CIRRUS > + tristate "Cirrus driver" > + depends on DRM && PCI > + select FB_CFB_FILLRECT > + select FB_CFB_COPYAREA > + select FB_CFB_IMAGEBLIT > + select DRM

[PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-19 Thread Jonathan Nieder
Hi Dave, Dave Airlie wrote: > --- /dev/null > +++ b/drivers/gpu/drm/cirrus/Kconfig > @@ -0,0 +1,7 @@ > +config DRM_CIRRUS > + tristate "Cirrus driver" > + depends on DRM && PCI > + select FB_CFB_FILLRECT > + select FB_CFB_COPYAREA > + select FB_CFB_IMAGEBLIT > + select DRM

[PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-02 Thread Adam Jackson
On 5/2/12 6:27 AM, Dave Airlie wrote: > From: Dave Airlie > > This is the initial driver for emulated cirrus GPU found in qemu. > This driver only supports the emulated GPU and doesn't attempt > to bind to any real cirrus GPUs. In particular, > +/* only bind to the cirrus chip in qemu */ > +stat

[PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-02 Thread Dave Airlie
From: Dave Airlie This is the initial driver for emulated cirrus GPU found in qemu. This driver only supports the emulated GPU and doesn't attempt to bind to any real cirrus GPUs. This driver is intended to be used with xf86-video-modesetting in userspace. This follow the same design as ast and

Re: [PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-02 Thread Adam Jackson
On 5/2/12 6:27 AM, Dave Airlie wrote: From: Dave Airlie This is the initial driver for emulated cirrus GPU found in qemu. This driver only supports the emulated GPU and doesn't attempt to bind to any real cirrus GPUs. In particular, +/* only bind to the cirrus chip in qemu */ +static DEFINE

[PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-02 Thread Dave Airlie
From: Dave Airlie This is the initial driver for emulated cirrus GPU found in qemu. This driver only supports the emulated GPU and doesn't attempt to bind to any real cirrus GPUs. This driver is intended to be used with xf86-video-modesetting in userspace. This follow the same design as ast and