File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1079,6 +1079,8 @@ static void radeon_dpm_change_power_state_locked(struct radeon_device *rdev)
1079
1079
1080
1080
/* update display watermarks based on new power state */
1081
1081
radeon_bandwidth_update (rdev );
1082
+ /* update displays */
1083
+ radeon_dpm_display_configuration_changed (rdev );
1082
1084
1083
1085
/* wait for the rings to drain */
1084
1086
for (i = 0 ; i < RADEON_NUM_RINGS ; i ++ ) {
@@ -1095,9 +1097,6 @@ static void radeon_dpm_change_power_state_locked(struct radeon_device *rdev)
1095
1097
1096
1098
radeon_dpm_post_set_power_state (rdev );
1097
1099
1098
- /* update displays */
1099
- radeon_dpm_display_configuration_changed (rdev );
1100
-
1101
1100
rdev -> pm .dpm .current_active_crtcs = rdev -> pm .dpm .new_active_crtcs ;
1102
1101
rdev -> pm .dpm .current_active_crtc_count = rdev -> pm .dpm .new_active_crtc_count ;
1103
1102
rdev -> pm .dpm .single_display = single_display ;
You can’t perform that action at this time.
0 commit comments