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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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