drm/amd/display: edp do not add non-edid timings
authorHersen Wu <hersenxs.wu@amd.com>
Thu, 25 May 2023 12:37:40 +0000 (08:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Jun 2023 21:14:09 +0000 (17:14 -0400)
commite749dd10e5f292061ad63d2b030194bf7d7d452c
tree4ae63f8d58b469c43ae948e3d52b368cd01a5a76
parent34e5a54327dce5033582f3609eb54812a8c61b90
drm/amd/display: edp do not add non-edid timings

[Why] most edp support only timings from edid. applying
non-edid timings, especially those timings out of edp
bandwidth, may damage edp.

[How] do not add non-edid timings for edp.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c