]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amd/display: Add missing replay field
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Wed, 3 Apr 2024 21:11:10 +0000 (15:11 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Apr 2024 02:39:15 +0000 (22:39 -0400)
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_types.h

index 614d7c27c759646b2ec08a9ca73dbb7103fc0612..0f66d00ef80f51331672b6b31d899161024d32ef 100644 (file)
@@ -1050,6 +1050,8 @@ union replay_error_status {
 struct replay_config {
        /* Replay feature is supported */
        bool replay_supported;
+       /* Replay caps support DPCD & EDID caps*/
+       bool replay_cap_support;
        /* Power opt flags that are supported */
        unsigned int replay_power_opt_supported;
        /* SMU optimization is supported */