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: Ubuntu-snapdragon-4.4.0-1050.54~18608^2~20^2~24 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8348f36d89d1c9630580932931aca51b6069097a;p=mirror_ubuntu-artful-kernel.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 0f3384aa6134..c6c3e6ceb24e 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"