drm/amdgpu: remove redundant enable_mes and enable_mes_kiq
authorYifan Zhang <yifan1.zhang@amd.com>
Sun, 12 Jun 2022 04:12:34 +0000 (12:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 15 Jun 2022 01:38:41 +0000 (21:38 -0400)
commit68ad7f90c790a178f47ef08408d97a81cbb71b37
treea2c7f2a4204f55e8f28eb0c28a46eab26e261d9c
parentba8b460445f8d19d530646729c29319c278dbb38
drm/amdgpu: remove redundant enable_mes and enable_mes_kiq

enable_mes and enable_mes_kiq are set in both device init and
MES IP init. Leave the ones in MES IP init, since it is
a more accurate way to judge from GC IP version.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c