summaryrefslogtreecommitdiff
path: root/linux-core/nv50_crtc.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:16:38 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:16:38 +0200
commit09b67dda0bc040860aedce4a2d28bce1c80e56d6 (patch)
tree2fd8e0c292fa511c8be55b94e9963b6835789171 /linux-core/nv50_crtc.h
parentbe7276281694145e7c947b91a1c8e6e347de666c (diff)
NV50: Some cleanup and fixes.
Diffstat (limited to 'linux-core/nv50_crtc.h')
-rw-r--r--linux-core/nv50_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/nv50_crtc.h b/linux-core/nv50_crtc.h
index 0eadc3d4..b63c5a22 100644
--- a/linux-core/nv50_crtc.h
+++ b/linux-core/nv50_crtc.h
@@ -39,6 +39,7 @@ struct nv50_crtc {
struct drm_device *dev;
int index;
bool active;
+ bool blanked;
struct nouveau_hw_mode *mode;
struct nouveau_hw_mode *native_mode;