drm/amdgpu: Use IP versions in convert_tiling_flags_to_modifier()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Feb 2022 19:31:59 +0000 (14:31 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Mar 2022 23:40:07 +0000 (18:40 -0500)
commit45a3e06be4d351af8f81b43407b3eafa5c75827d
treeef8fec1f1bb67c5034576912277bca8929ad4a23
parentfe5e8f07fc25c850e4f46967699a9b29b0ef647d
drm/amdgpu: Use IP versions in convert_tiling_flags_to_modifier()

Rather than checking the asic_type.

Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c