All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uxa/glamor: Use a macro to specify module name.
@ 2012-02-02  3:30 zhigang.gong
  2012-02-02  8:51 ` Chris Wilson
  2012-02-08  6:17 ` Zhigang Gong
  0 siblings, 2 replies; 4+ messages in thread
From: zhigang.gong @ 2012-02-02  3:30 UTC (permalink / raw)
  To: chris; +Cc: intel-gfx

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

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

end of thread, other threads:[~2012-02-08  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.