]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Enable Replay support for dcn42
authorRoman Li <Roman.Li@amd.com>
Fri, 20 Mar 2026 21:02:33 +0000 (17:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 18:39:31 +0000 (14:39 -0400)
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 205a7fab103705fc1c449eb8f1952a6a4fc92be5..3e87219e2aa4192fb5e7944101ab492e14714b99 100644 (file)
@@ -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;