summaryrefslogtreecommitdiff
path: root/src/nouveau_crtc.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-05-14 10:26:44 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-05-14 10:53:04 +1000
commit9656762ba186e91dd2b3b7f3f9427ba520982f9d (patch)
tree82a0f022bee93f8ab5ac17397f39347ae268972c /src/nouveau_crtc.h
parentd70eed91b2909ba0b20415ab1d5a099fb6b39b08 (diff)
nv50: fix multiple-display hangs when encoders swap crtcs
Diffstat (limited to 'src/nouveau_crtc.h')
-rw-r--r--src/nouveau_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nouveau_crtc.h b/src/nouveau_crtc.h
index d86dc90..45d0eee 100644
--- a/src/nouveau_crtc.h
+++ b/src/nouveau_crtc.h
@@ -32,6 +32,7 @@ typedef struct nouveauCrtc {
char *name;
uint8_t index;
Bool active;
+ Bool blanked;
/* Scanout area. */
struct nouveau_bo * front_buffer;