drm/i915: Fix an overlay regression from 7e7d76c
[pandora-kernel.git] / drivers / gpu / drm / i915 / intel_drv.h
index c0891b1..5171b05 100644 (file)
@@ -169,6 +169,7 @@ struct intel_crtc {
        enum plane plane;
        u8 lut_r[256], lut_g[256], lut_b[256];
        int dpms_mode;
+       bool active; /* is the crtc on? independent of the dpms mode */
        bool busy; /* is scanout buffer being updated frequently? */
        struct timer_list idle_timer;
        bool lowfreq_avail;