mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
drm/bridge: tc358767: Use DP nomenclature
The DP specification uses the term "default framing" instead of "non- enhanced framing". Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191021143437.1477719-11-thierry.reding@gmail.com
This commit is contained in:
parent
e7dc8d40ee
commit
98bca69b71
@ -715,7 +715,7 @@ static int tc_get_display_props(struct tc_data *tc)
|
||||
(tc->link.rate == 162000) ? "1.62Gbps" : "2.7Gbps",
|
||||
tc->link.num_lanes,
|
||||
drm_dp_enhanced_frame_cap(tc->link.dpcd) ?
|
||||
"enhanced" : "non-enhanced");
|
||||
"enhanced" : "default");
|
||||
dev_dbg(tc->dev, "Downspread: %s, scrambler: %s\n",
|
||||
tc->link.spread ? "0.5%" : "0.0%",
|
||||
tc->link.scrambler_dis ? "disabled" : "enabled");
|
||||
|
Loading…
Reference in New Issue
Block a user