From: Ben Skeggs Date: Thu, 3 Feb 2011 06:07:44 +0000 (+1000) Subject: drm/nv50-nvc0: include nv50_display in evo debugging X-Git-Tag: v2.6.39-rc2~3^2~40^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8348f36d89d1c9630580932931aca51b6069097a;p=platform%2Fkernel%2Flinux-stable.git drm/nv50-nvc0: include nv50_display in evo debugging Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 0f3384a..c6c3e6c 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c @@ -24,6 +24,7 @@ * */ +#define NOUVEAU_DMA_DEBUG (nouveau_reg_debug & NOUVEAU_REG_DEBUG_EVO) #include "nv50_display.h" #include "nouveau_crtc.h" #include "nouveau_encoder.h"