aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.h')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h
index 7edd02059b80..0d9995173a10 100644
--- a/drivers/gpu/drm/nouveau/nv50_display.h
+++ b/drivers/gpu/drm/nouveau/nv50_display.h
@@ -36,7 +36,7 @@
36#include "nv50_evo.h" 36#include "nv50_evo.h"
37 37
38struct nv50_display { 38struct nv50_display {
39 struct nouveau_channel *evo; 39 struct nouveau_channel *master;
40 u32 evo_alloc; 40 u32 evo_alloc;
41 41
42 struct { 42 struct {