]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h
drm/nouveau/disp/dp: store current link configuration in nvkm_ior
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nvkm / engine / disp / ior.h
index a8d80eb8d89380b2f56a3912e5e3949548f7d263..fd33eed68a2e7b05fe2b2b590866831ec87c5244 100644 (file)
@@ -24,6 +24,14 @@ struct nvkm_ior {
                        UNKNOWN
                } proto:3;
        } arm, asy;
+
+       /* Armed DP state. */
+       struct {
+               bool mst;
+               bool ef;
+               u8 nr;
+               u8 bw;
+       } dp;
 };
 
 struct nvkm_ior_func {