drm/amd/display: update cur_lane_setting to an array one for each lane
authorWenjing Liu <wenjing.liu@amd.com>
Fri, 10 Sep 2021 22:00:52 +0000 (18:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Sep 2021 13:30:10 +0000 (09:30 -0400)
commit52dffe2fc1adc35b081119f8eb7eaf8e09c77bf3
treec34cdbddb20d27e5d8ddae69ba072497a8e75a73
parentba9012fcb2741fdc0716493dd583f0f3e164b633
drm/amd/display: update cur_lane_setting to an array one for each lane

[why]
To support per lane lane setting adjustment, we need to change cur_lane_setting
to an array one for each lane as the first step.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@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_debugfs.c
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c
drivers/gpu/drm/amd/display/dc/dc_link.h