]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteaca11454218c51fc68cedcd5ce31aa4380107ef
treec0f6e6e921d5cb58d2233638d2575c615ddddf37
parent1972cae90785ef8d7487381007d27d93c4df23bf
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