summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
diff options
context:
space:
mode:
authorReza Amini <Reza.Amini@amd.com>2018-05-09 15:41:47 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-06-15 12:20:27 -0500
commit8de94233f4cdcd5b3065fa9b9af3edc10874a120 (patch)
tree638d2346d0a233dbb257588ba67732be2e779712 /drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
parente0d4234982b3e9ce7eaa6c1726ceb04efd0b800f (diff)
downloadlinux-stable-8de94233f4cdcd5b3065fa9b9af3edc10874a120.tar.gz
linux-stable-8de94233f4cdcd5b3065fa9b9af3edc10874a120.tar.bz2
linux-stable-8de94233f4cdcd5b3065fa9b9af3edc10874a120.zip
drm/amd/display: Prefix TIMING_STANDARD entries with DC_
Signed-off-by: Reza Amini <Reza.Amini@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@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 e1affeb5cc51..ee04812b4492 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
@@ -109,7 +109,7 @@ struct ddc_service {
uint32_t address;
uint32_t edid_buf_len;
- uint8_t edid_buf[MAX_EDID_BUFFER_SIZE];
+ uint8_t edid_buf[DC_MAX_EDID_BUFFER_SIZE];
};
#endif /* DC_DDC_TYPES_H_ */