drm/amdgpu: allow multipipe policy on ASICs with one MEC
authorLang Yu <Lang.Yu@amd.com>
Wed, 11 Jan 2023 01:32:15 +0000 (09:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Jan 2023 04:21:16 +0000 (23:21 -0500)
commitdc88063b87775971be564d79dc1b05f7b8b5c135
tree2cf780451c8a9f9f7fb1f0644fbe68f55a6b2719
parent0ddadc3a2208aedb1b27dbb76d0b4e722b5b527a
drm/amdgpu: allow multipipe policy on ASICs with one MEC

Always enable multipipe policy on ASICs with GC VERSION > 9.0.0
instead of MEC number > 1.

This will allow multipipe policy on ASICs with one MEC,
e.g., gfx11 APUs.

Signed-off-by: Lang Yu <Lang.Yu@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c