File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/gpu/drm/amd/display/amdgpu_dm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9497,15 +9497,15 @@ static int amdgpu_dm_atomic_check(struct drm_device *dev,
9497
9497
struct drm_connector_state * old_con_state , * new_con_state ;
9498
9498
struct drm_crtc * crtc ;
9499
9499
struct drm_crtc_state * old_crtc_state , * new_crtc_state ;
9500
- struct drm_dp_mst_topology_mgr * mgr ;
9501
- struct drm_dp_mst_topology_state * mst_state ;
9502
9500
struct drm_plane * plane ;
9503
9501
struct drm_plane_state * old_plane_state , * new_plane_state ;
9504
9502
enum dc_status status ;
9505
9503
int ret , i ;
9506
9504
bool lock_and_validation_needed = false;
9507
9505
struct dm_crtc_state * dm_old_crtc_state , * dm_new_crtc_state ;
9508
9506
#if defined(CONFIG_DRM_AMD_DC_DCN )
9507
+ struct drm_dp_mst_topology_mgr * mgr ;
9508
+ struct drm_dp_mst_topology_state * mst_state ;
9509
9509
struct dsc_mst_fairness_vars vars [MAX_PIPES ];
9510
9510
#endif
9511
9511
You can’t perform that action at this time.
0 commit comments