]> Gentwo Git Trees - linux/.git/commit
drm/amd: Don't always set IP block HW status to false
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 2 Oct 2025 17:42:42 +0000 (12:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:34 +0000 (14:14 -0400)
commitb7ff2e79240a51e8639ae0c304423bb1cb460bb5
tree6cad62b97c52dd8e98cc83747768de8f13131cf9
parentf35f2541780b05d0ebc4cdf5a6e9d8aea6573369
drm/amd: Don't always set IP block HW status to false

amdgpu_device_ip_suspend_phase2() calls amdgpu_ip_block_suspend()
which already sets HW block status to false when succeeding with
IP suspend. Remove the explicit call in
amdgpu_device_ip_suspend_phase2() so that the status is accurate.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c