mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-03 14:56:16 -04:00
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:
committed by
Alex Deucher
parent
1cf1205ef2
commit
04112dce53
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user