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 @@ -6988,13 +6988,7 @@ static int amdgpu_dm_connector_get_modes(struct drm_connector *connector)
6988
6988
drm_add_modes_noedid (connector , 640 , 480 );
6989
6989
} else {
6990
6990
amdgpu_dm_connector_ddc_get_modes (connector , edid );
6991
- /* most eDP supports only timings from its edid,
6992
- * usually only detailed timings are available
6993
- * from eDP edid. timings which are not from edid
6994
- * may damage eDP
6995
- */
6996
- if (connector -> connector_type != DRM_MODE_CONNECTOR_eDP )
6997
- amdgpu_dm_connector_add_common_modes (encoder , connector );
6991
+ amdgpu_dm_connector_add_common_modes (encoder , connector );
6998
6992
amdgpu_dm_connector_add_freesync_modes (connector , edid );
6999
6993
}
7000
6994
amdgpu_dm_fbc_init (connector );
You can’t perform that action at this time.
0 commit comments