Re: [PATCH 2/2] drm/amdgpu: check atomic flag to differeniate with legacy path

2021-11-22 Thread Deucher, Alexander
[Public] Acked-by: Alex Deucher From: amd-gfx on behalf of Flora Cui Sent: Monday, November 22, 2021 4:03 AM To: amd-gfx@lists.freedesktop.org ; Chen, Guchun Cc: Cui, Flora Subject: [PATCH 2/2] drm/amdgpu: check atomic flag to differeniate with legacy path

[PATCH 2/2] drm/amdgpu: check atomic flag to differeniate with legacy path

2021-11-22 Thread Flora Cui
since vkms support atomic KMS interface Signed-off-by: Flora Cui Reviewed-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device