mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 07:29:12 -04:00
drm/amd/display: extend EDID support to 1kb
[why] There exist displays with EDIDs > 512 bytes, existing code will cause us to ignore all extension blocks. Signed-off-by: Jun Lei <Jun.Lei@amd.com> Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -103,7 +103,7 @@ struct dc_context {
|
||||
};
|
||||
|
||||
|
||||
#define DC_MAX_EDID_BUFFER_SIZE 512
|
||||
#define DC_MAX_EDID_BUFFER_SIZE 1024
|
||||
#define EDID_BLOCK_SIZE 128
|
||||
#define MAX_SURFACE_NUM 4
|
||||
#define NUM_PIXEL_FORMATS 10
|
||||
|
||||
Reference in New Issue
Block a user