]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: decouple hw_lane_settings from dpcd_lane_settings
authorWenjing Liu <wenjing.liu@amd.com>
Sun, 12 Sep 2021 04:32:43 +0000 (00:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Oct 2021 18:26:17 +0000 (14:26 -0400)
commit791b71baa5d5d1cc4eb99979256edd36152e3065
treec44b9b8f16257460a3a8249458d430044f85b827
parentf90864feb3e6edc2c26eb0c0144d6a2cac1cd0f8
drm/amd/display: decouple hw_lane_settings from dpcd_lane_settings

[why]
As DP features expands, we have encountered many situations where we
must configure a different DPCD lane setting from hw lane settings we
output.  The change is to decouple hw lane settings from dpcd lane
settings to provide flexibility to configure dpcd and hw individually.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
drivers/gpu/drm/amd/display/dc/dc_dp_types.h
drivers/gpu/drm/amd/display/include/link_service_types.h