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>
Thu, 15 Jun 2023 14:44:01 +0000 (10:44 -0400)
commit7a0e005c7957931689a327b2a4e7333a19f13f95
treebdc816249a6f7ebbac774e8f4d43c8cc7cdf8a00
parent59eddd4e215afc05f0610ebabfa05d4b099e5c13
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