summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeichen Huang <PeiChen.Huang@amd.com>2025-12-24 11:43:18 +0800
committerAlex Deucher <alexander.deucher@amd.com>2026-01-10 14:21:53 -0500
commitcb958039323634631126cdbc94216b4037fee243 (patch)
treea3c2eafafca541f83fb418dbe5c7b47a08ed9124 /drivers
parent5a113e15d15605c07d57d923c9f4a0d52d403ecc (diff)
downloadlinux-next-cb958039323634631126cdbc94216b4037fee243.tar.gz
linux-next-cb958039323634631126cdbc94216b4037fee243.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index 5e71156d28e3..bb1387233bd8 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -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.