From: "Zhigang Gong" <zhigang.gong@linux.intel.com>
To: chris@chris-wilson.co.uk
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] uxa/glamor: Use a macro to specify module name.
Date: Wed, 8 Feb 2012 14:17:18 +0800 [thread overview]
Message-ID: <01f701cce629$5045c8a0$f0d159e0$@linux.intel.com> (raw)
In-Reply-To: <1328153457-11417-1-git-send-email-zhigang.gong@linux.intel.com>
> -----Original Message-----
> From: zhigang.gong@linux.intel.com [mailto:zhigang.gong@linux.intel.com]
> Sent: Thursday, February 02, 2012 11:31 AM
> To: chris@chris-wilson.co.uk
> Cc: intel-gfx@lists.freedesktop.org; zhigang.gong@linux.intel.com
> Subject: [PATCH] uxa/glamor: Use a macro to specify module name.
>
> From: Zhigang Gong <zhigang.gong@linux.intel.com>
>
> Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
> ---
> src/intel_glamor.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/intel_glamor.c b/src/intel_glamor.c index
446dd3d..f908b7c
> 100644
> --- a/src/intel_glamor.c
> +++ b/src/intel_glamor.c
> @@ -67,7 +67,7 @@ intel_glamor_pre_init(ScrnInfoPtr scrn)
> intel = intel_get_screen_private(scrn);
>
> /* Load glamor module */
> - if ((glamor_module = xf86LoadSubModule(scrn, "glamor_egl"))) {
> + if ((glamor_module = xf86LoadSubModule(scrn,
> GLAMOR_EGL_MODULE_NAME)))
> +{
> version = xf86GetModuleVersion(glamor_module);
> if (version < MODULE_VERSION_NUMERIC(0,3,0)) {
> xf86DrvMsg(scrn->scrnIndex, X_ERROR,
> --
> 1.7.4.4
This patch depends on glamor commit b5f8d...
prev parent reply other threads:[~2012-02-08 6:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-02 3:30 [PATCH] uxa/glamor: Use a macro to specify module name zhigang.gong
2012-02-02 8:51 ` Chris Wilson
2012-02-02 9:43 ` Zhigang Gong
2012-02-08 6:17 ` Zhigang Gong [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='01f701cce629$5045c8a0$f0d159e0$@linux.intel.com' \
--to=zhigang.gong@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@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 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.