drm/amd/display: correct log message for lttpr
[Why] When setting lttpr mode, the new mode to bet is not logged properly. [How] Update log message to show the right mode. Signed-off-by: abdoulaye berthe <abdoulaye.berthe@amd.com> Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
71e6bd2ac2
commit
c14f2507be
|
@ -1219,7 +1219,7 @@ static void configure_lttpr_mode(struct dc_link *link)
|
|||
uint8_t repeater_id;
|
||||
uint8_t repeater_mode = DP_PHY_REPEATER_MODE_TRANSPARENT;
|
||||
|
||||
DC_LOG_HW_LINK_TRAINING("%s\n Set LTTPR to Non Transparent Mode\n", __func__);
|
||||
DC_LOG_HW_LINK_TRAINING("%s\n Set LTTPR to Transparent Mode\n", __func__);
|
||||
core_link_write_dpcd(link,
|
||||
DP_PHY_REPEATER_MODE,
|
||||
(uint8_t *)&repeater_mode,
|
||||
|
@ -1227,7 +1227,7 @@ static void configure_lttpr_mode(struct dc_link *link)
|
|||
|
||||
if (!link->is_lttpr_mode_transparent) {
|
||||
|
||||
DC_LOG_HW_LINK_TRAINING("%s\n Set LTTPR to Transparent Mode\n", __func__);
|
||||
DC_LOG_HW_LINK_TRAINING("%s\n Set LTTPR to Non Transparent Mode\n", __func__);
|
||||
|
||||
repeater_mode = DP_PHY_REPEATER_MODE_NON_TRANSPARENT;
|
||||
core_link_write_dpcd(link,
|
||||
|
|
Loading…
Reference in New Issue