Commit 123ecf68 authored by Aidan Gratton's avatar Aidan Gratton Committed by Alex Deucher

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: default avatarAidan Gratton <Aidan.Gratton@amd.com>
Acked-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 172c9b77
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment