Acked-by: Guchun Chen <[email protected]> Regards, Guchun
-----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Yifan Zhang Sent: Monday, February 21, 2022 6:15 PM To: [email protected] Cc: Li, Sun peng (Leo) <[email protected]>; Zhang, Yifan <[email protected]>; Yin, Tianci (Rico) <[email protected]>; Wentland, Harry <[email protected]> Subject: [PATCH] drm/amd/display: add GTT domain support for dcn 3.1.5 From: "Tianci.Yin" <[email protected]> this patch adds GTT domain support for dcn 3.1.5 Signed-off-by: Tianci.Yin <[email protected]> Signed-off-by: Yifan Zhang <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index 9709368b4915..88ee1224541c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c @@ -523,6 +523,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev, case IP_VERSION(3, 0, 1): case IP_VERSION(3, 1, 2): case IP_VERSION(3, 1, 3): + case IP_VERSION(3, 1, 5): domain |= AMDGPU_GEM_DOMAIN_GTT; break; default: -- 2.25.1
