drm/amd/display: Add DC EDID read policy struct

[Why & How]
Add a struct to allow DMs that utilize the EDID parser in DC to modify the
default settings.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Karthi Kandasamy <karthi.kandasamy@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Karthi Kandasamy
2025-06-26 15:10:01 +02:00
committed by Alex Deucher
parent 1cf1205ef2
commit 04112dce53

View File

@@ -563,6 +563,12 @@ struct dc_info_packet_128 {
uint8_t sb[128];
};
struct dc_edid_read_policy {
uint32_t max_retry_count;
uint32_t delay_time_ms;
uint32_t ignore_checksum;
};
#define DC_PLANE_UPDATE_TIMES_MAX 10
struct dc_plane_flip_time {