drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nouveau_encoder.h
index 3517f92..3217f58 100644 (file)
@@ -66,6 +66,10 @@ struct nouveau_encoder {
                } dp;
        };
 
+       struct {
+               bool dp_interlace : 1;
+       } caps;
+
        void (*enc_save)(struct drm_encoder *encoder);
        void (*enc_restore)(struct drm_encoder *encoder);
        void (*update)(struct nouveau_encoder *, u8 head,