drm/kms: add crtc disable function
[cascardo/linux.git] / include / drm / drm_crtc_helper.h
index 1121f77..7e3c976 100644 (file)
@@ -63,6 +63,9 @@ struct drm_crtc_helper_funcs {
 
        /* reload the current crtc LUT */
        void (*load_lut)(struct drm_crtc *crtc);
+
+       /* disable crtc when not in use - more explicit than dpms off */
+       void (*disable)(struct drm_crtc *crtc);
 };
 
 struct drm_encoder_helper_funcs {