Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd5f/linux...
[linux-block.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_mode.h
index 44c57f4a84c45c81e17eb1514f1afb9b0deeaa84..32fe05c810c6fcd3b89fe89ce7eba88f69c12aaf 100644 (file)
@@ -549,8 +549,8 @@ struct amdgpu_mst_connector {
 
        struct drm_dp_mst_topology_mgr mst_mgr;
        struct amdgpu_dm_dp_aux dm_dp_aux;
-       struct drm_dp_mst_port *port;
-       struct amdgpu_connector *mst_port;
+       struct drm_dp_mst_port *mst_output_port;
+       struct amdgpu_connector *mst_root;
        bool is_mst_connector;
        struct amdgpu_encoder *mst_encoder;
 };