[PATCH 18/28] drm/amd/display: Enable replay for dcn35
Rodrigo Siqueira
Rodrigo.Siqueira at amd.com
Thu Sep 14 02:00:11 UTC 2023
From: Roman Li <roman.li at amd.com>
[Why]
DCN35 supports replay.
[How]
Setup replay config for dcn35 on device init.
Reviewed-by: Qingqing Zhuo <qingqing.zhuo at amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo at amd.com>
Signed-off-by: Roman Li <roman.li at amd.com>
---
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
1 file changed, 1 insertion(+)
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 5efebc06296b..f146609cf0a8 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -4476,6 +4476,7 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
case IP_VERSION(3, 1, 6):
case IP_VERSION(3, 2, 0):
case IP_VERSION(3, 2, 1):
+ case IP_VERSION(3, 5, 0):
replay_feature_enabled = true;
break;
default:
--
2.40.1
More information about the amd-gfx
mailing list