summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorAidan Gratton <Aidan.Gratton@amd.com>2020-08-17 23:50:12 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-09-16 00:52:41 +0300
commit123ecf6836904bc38bd24402f583e464e6c51fc9 (patch)
tree4c95c689820ddf2deb4981333ad81742a02075e1 /drivers/gpu/drm/amd/display/dc/dc_types.h
parent172c9b77816549c660aaa79e5df5c1be479f266b (diff)
downloadlinux-123ecf6836904bc38bd24402f583e464e6c51fc9.tar.xz
drm/amd/display: Increase Max EDID Size Constant
[HOW & WHY] Change max EDID size constant to 1280 to support 10-block EDIDs. Signed-off-by: Aidan Gratton <Aidan.Gratton@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index aa8e0955db48..c47a19719de2 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -122,7 +122,7 @@ struct dc_context {
};
-#define DC_MAX_EDID_BUFFER_SIZE 1024
+#define DC_MAX_EDID_BUFFER_SIZE 1280
#define DC_EDID_BLOCK_SIZE 128
#define MAX_SURFACE_NUM 4
#define NUM_PIXEL_FORMATS 10