[PATCH] drm/amdgpu: remove imu start dependency on amdgpu_dpm.

Yifan Zhang yifan1.zhang at amd.com
Sat Jan 20 08:32:20 UTC 2024


IMU starts anyway when dpm is disabled in backdoor loading.

Signed-off-by: Yifan Zhang <yifan1.zhang at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index a2d3cced8f19..c5b1d036c95d 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -4324,7 +4324,7 @@ static int gfx_v11_0_hw_init(void *handle)
 			return r;
 	} else {
 		if (adev->firmware.load_type == AMDGPU_FW_LOAD_DIRECT) {
-			if (adev->gfx.imu.funcs && (amdgpu_dpm > 0)) {
+			if (adev->gfx.imu.funcs) {
 				if (adev->gfx.imu.funcs->load_microcode)
 					adev->gfx.imu.funcs->load_microcode(adev);
 				if (adev->gfx.imu.funcs->setup_imu)
-- 
2.37.3



More information about the amd-gfx mailing list