mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/amd/display: Add replay_events in replay settings
Add a new field to replay_settings. Reviewed-by: Robin Chen <robin.chen@amd.com> Signed-off-by: Peichen Huang <PeiChen.Huang@amd.com> Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5a113e15d1
commit
cb95803932
|
|
@ -1223,6 +1223,8 @@ struct replay_settings {
|
|||
uint32_t replay_desync_error_fail_count;
|
||||
/* The frame skip number dal send to DMUB */
|
||||
uint16_t frame_skip_number;
|
||||
/* Current Panel Replay event */
|
||||
uint32_t replay_events;
|
||||
};
|
||||
|
||||
/* To split out "global" and "per-panel" config settings.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user