Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[sfrench/cifs-2.6.git] / drivers / gpu / drm / i915 / dvo.h
index 288fc50627e2de2f795854b2ec965a3ebc19a8c5..0d6ff640e1c6460bb95186e9fb896bd28f6da80a 100644 (file)
@@ -69,16 +69,6 @@ struct intel_dvo_dev_ops {
         */
        void (*dpms)(struct intel_dvo_device *dvo, int mode);
 
-       /*
-        * Saves the output's state for restoration on VT switch.
-        */
-       void (*save)(struct intel_dvo_device *dvo);
-
-       /*
-        * Restore's the output's state at VT switch.
-        */
-       void (*restore)(struct intel_dvo_device *dvo);
-
        /*
         * Callback for testing a video mode for a given output.
         *