Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3296c4ae authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/pp: Add smu irq handlers in sw_init instand of hw_init

parent 4d200372
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@ static int pp_sw_init(void *handle)

		ret = hwmgr->smumgr_funcs->smu_init(hwmgr);

		phm_register_irq_handlers(hwmgr);

		pr_debug("amdgpu: powerplay sw initialized\n");
	}

+0 −4
Original line number Diff line number Diff line
@@ -206,10 +206,6 @@ int hwmgr_hw_init(struct pp_hwmgr *hwmgr)
	if (ret)
		goto err2;

	ret = phm_register_irq_handlers(hwmgr);
	if (ret)
		goto err2;

	return 0;
err2:
	if (hwmgr->hwmgr_func->backend_fini)