aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_link.h
diff options
context:
space:
mode:
authorLewis Huang <Lewis.Huang@amd.com>2019-12-24 09:50:21 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-01-16 14:16:21 -0500
commit8547058b17f1f4fba10f389191dd7e08bf95b791 (patch)
tree7666f33bf81166ee14b839e1b17db0ca31d1ca39 /drivers/gpu/drm/amd/display/dc/dc_link.h
parentdrm/amd/display: wait for test pattern after when all pipes are programmed (diff)
downloadlinux-dev-8547058b17f1f4fba10f389191dd7e08bf95b791.tar.xz
linux-dev-8547058b17f1f4fba10f389191dd7e08bf95b791.zip
drm/amd/display: Add monitor patch for AUO dpcd issue
[Why] dpcd cap mismatch in 2200 vs base [How] Add monitor patch which using based caps to overwrite 2200 Signed-off-by: Lewis Huang <Lewis.Huang@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_link.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_link.h b/drivers/gpu/drm/amd/display/dc/dc_link.h
index f420aeac7fbd..f9aae35aec92 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_link.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_link.h
@@ -301,6 +301,9 @@ uint32_t dc_link_bandwidth_kbps(
const struct dc_link_settings *dc_link_get_link_cap(
const struct dc_link *link);
+void dc_link_overwrite_extended_receiver_cap(
+ struct dc_link *link);
+
bool dc_submit_i2c(
struct dc *dc,
uint32_t link_index,