mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
172c9b7781
commit
123ecf6836
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user