These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / gpu / drm / nouveau / nouveau_encoder.h
index c57a37e..b37da95 100644 (file)
@@ -41,7 +41,9 @@ struct nouveau_encoder {
 
        struct dcb_output *dcb;
        int or;
-       struct nvkm_i2c_port *i2c;
+
+       struct i2c_adapter *i2c;
+       struct nvkm_i2c_aux *aux;
 
        /* different to drm_encoder.crtc, this reflects what's
         * actually programmed on the hw, not the proposed crtc */