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
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
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
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
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
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