]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Oct 2021 16:22:59 +0000 (12:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Oct 2021 15:43:56 +0000 (11:43 -0400)
commit51ae058475458831d59ca507365241b59f9af2bf
tree81213e658a1a4ac201a9534366999bdb0cc1412c
parent3b7e34954c8d16378bd008cf6093616ad27fc783
drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()

Check was incorrectly converted to IP version checking.

Fixes: 6ec399c12c1de7 ("drm/amdgpu/gfx10: convert to IP version checking")
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c