File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
drivers/gpu/drm/amd/display/amdgpu_dm Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7253,13 +7253,7 @@ static int amdgpu_dm_connector_get_modes(struct drm_connector *connector)
7253
7253
drm_add_modes_noedid (connector , 1920 , 1080 );
7254
7254
} else {
7255
7255
amdgpu_dm_connector_ddc_get_modes (connector , edid );
7256
- /* most eDP supports only timings from its edid,
7257
- * usually only detailed timings are available
7258
- * from eDP edid. timings which are not from edid
7259
- * may damage eDP
7260
- */
7261
- if (connector -> connector_type != DRM_MODE_CONNECTOR_eDP )
7262
- amdgpu_dm_connector_add_common_modes (encoder , connector );
7256
+ amdgpu_dm_connector_add_common_modes (encoder , connector );
7263
7257
amdgpu_dm_connector_add_freesync_modes (connector , edid );
7264
7258
}
7265
7259
amdgpu_dm_fbc_init (connector );
You can’t perform that action at this time.
0 commit comments