diff options
Diffstat (limited to 'linux-core/nv50_crtc.h')
-rw-r--r-- | linux-core/nv50_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_crtc.h b/linux-core/nv50_crtc.h index de9a33f2..8235c9d6 100644 --- a/linux-core/nv50_crtc.h +++ b/linux-core/nv50_crtc.h @@ -38,7 +38,7 @@ struct nv50_crtc { struct drm_device *dev; int index; - bool active; + bool enabled; bool blanked; struct nouveau_hw_mode *mode; |