drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the code
authorClaudio Suarez <cssk@net-c.es>
Sun, 17 Oct 2021 11:34:59 +0000 (13:34 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Dec 2021 18:13:04 +0000 (13:13 -0500)
commit0b7778f4a63a1e0dc10af27201b99d88fc0ee7b0
treec0f6e6e921d5cb58d2233638d2575c615ddddf37
parent20543be93ca45968f344261c1a997177e51bd7e1
drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the code

Use drm_edid_get_monitor_name() instead of duplicating the code that
parses the EDID in dm_helpers_parse_edid_caps()

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Claudio Suarez <cssk@net-c.es>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c