summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
diff options
context:
space:
mode:
authorHarry Wentland2017-07-23 02:05:20 +0200
committerAlex Deucher2017-09-27 00:15:36 +0200
commitd0778ebfd58f5650de17531296ee5ecdde39ba68 (patch)
treea06a409667c5e31d8195d485d001a1b89a88cf37 /drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
parentdrm/amd/display: Roll core_surface into dc_surface (diff)
downloadkernel-qcow2-linux-d0778ebfd58f5650de17531296ee5ecdde39ba68.tar.gz
kernel-qcow2-linux-d0778ebfd58f5650de17531296ee5ecdde39ba68.tar.xz
kernel-qcow2-linux-d0778ebfd58f5650de17531296ee5ecdde39ba68.zip
drm/amd/display: Roll core_link into dc_link
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_ddc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_ddc_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
index b143fe88f49f..e1affeb5cc51 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
@@ -105,7 +105,7 @@ struct ddc_service {
enum ddc_transaction_type transaction_type;
enum display_dongle_type dongle_type;
struct dc_context *ctx;
- struct core_link *link;
+ struct dc_link *link;
uint32_t address;
uint32_t edid_buf_len;