summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Li <Roman.Li@amd.com>2026-03-21 00:02:33 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-03-30 21:39:31 +0300
commit06bc20d26f38dcb12cc8d92fa599a6b7fc58d2a3 (patch)
tree8999915b8312191b07aba63956ac4621b9bc7cb5
parente6d5acad7112b5987afd1e583c84b14017c7ff4a (diff)
downloadlinux-06bc20d26f38dcb12cc8d92fa599a6b7fc58d2a3.tar.xz
drm/amd/display: Enable Replay support for dcn42
Add DCN4.2 to the list that supports Panel Replay feature. Reviewed-by: Alex Hung <Alex.Hung@amd.com> Signed-off-by: Roman Li <Roman.Li@amd.com> Signed-off-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 205a7fab1037..3e87219e2aa4 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -5581,6 +5581,7 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
case IP_VERSION(3, 5, 0):
case IP_VERSION(3, 5, 1):
case IP_VERSION(3, 6, 0):
+ case IP_VERSION(4, 2, 0):
replay_feature_enabled = true;
break;