dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/kms: driver for virtual cirrus under qemu
Date: Sat, 19 May 2012 16:05:51 -0500	[thread overview]
Message-ID: <20120519210551.GA24369@burratino> (raw)
In-Reply-To: <1335954459-20367-1-git-send-email-airlied@gmail.com>

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_KMS_HELPER

	  MODPOST 139 modules
	ERROR: "sys_copyarea" [drivers/gpu/drm/cirrus/cirrus.ko] undefined!
	ERROR: "sys_fillrect" [drivers/gpu/drm/cirrus/cirrus.ko] undefined!
	ERROR: "sys_imageblit" [drivers/gpu/drm/cirrus/cirrus.ko] undefined!
	make[1]: *** [__modpost] Error 1

Would it be too late to squash the following in?

Thanks,
Jonathan

diff --git i/drivers/gpu/drm/cirrus/Kconfig w/drivers/gpu/drm/cirrus/Kconfig
index 0303257ca136..ed6aa703a6d4 100644
--- i/drivers/gpu/drm/cirrus/Kconfig
+++ w/drivers/gpu/drm/cirrus/Kconfig
@@ -1,9 +1,9 @@
 config DRM_CIRRUS_QEMU
 	tristate "Cirrus driver for QEMU emulated device"
 	depends on DRM && PCI && EXPERIMENTAL
-	select FB_CFB_FILLRECT
-	select FB_CFB_COPYAREA
-	select FB_CFB_IMAGEBLIT
+	select FB_SYS_FILLRECT
+	select FB_SYS_COPYAREA
+	select FB_SYS_IMAGEBLIT
 	select DRM_KMS_HELPER
 	help
 	 This is a KMS driver for emulated cirrus device in qemu.

      parent reply	other threads:[~2012-05-19 21:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02 10:27 [PATCH] drm/kms: driver for virtual cirrus under qemu Dave Airlie
2012-05-02 17:36 ` Adam Jackson
2012-05-19 21:05 ` Jonathan Nieder [this message]

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=20120519210551.GA24369@burratino \
    --to=jrnieder@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.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;
as well as URLs for NNTP newsgroup(s).