]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: remove deprecated MES version vars
authorGraham Sider <Graham.Sider@amd.com>
Tue, 25 Oct 2022 18:47:05 +0000 (14:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:53:51 +0000 (11:53 +0200)
commit369b891842228e18821e17ce5dbafc99d37d8a5d
tree560bf173d13291e8c2ab155d6ec9c2c3c4541a47
parent506da05a5e0fa46e048606581dd8bf3fe0161ab2
drm/amdgpu: remove deprecated MES version vars

commit 6040517e4a29d3828160c571681eec9ffe10043f upstream.

MES scheduler and kiq versions are stored in mes.sched_version and
mes.kiq_version, respectively, which are read from a register after
their queues are initialized. Remove mes.ucode_fw_version and
mes.data_fw_version which tried to read this versioning info from the
firmware headers (which don't contain this information).

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
drivers/gpu/drm/amd/amdgpu/mes_v10_1.c
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c