diff options
| author | Maarten Maathuis <madman2003@gmail.com> | 2008-06-25 15:16:38 +0200 |
|---|---|---|
| committer | Maarten Maathuis <madman2003@gmail.com> | 2008-06-25 15:16:38 +0200 |
| commit | 09b67dda0bc040860aedce4a2d28bce1c80e56d6 (patch) | |
| tree | 2fd8e0c292fa511c8be55b94e9963b6835789171 /linux-core/nv50_crtc.h | |
| parent | be7276281694145e7c947b91a1c8e6e347de666c (diff) | |
NV50: Some cleanup and fixes.
Diffstat (limited to 'linux-core/nv50_crtc.h')
| -rw-r--r-- | linux-core/nv50_crtc.h | 1 |
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; |
