drm/amd/pm: fulfill the missing enablement for vega12/vega20 L2H and H2L interrupts
authorEvan Quan <evan.quan@amd.com>
Tue, 20 Jun 2023 23:55:45 +0000 (07:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jun 2023 17:11:35 +0000 (13:11 -0400)
commitcfc7d8314b7e8fd6bcafa31deaa21ac9ad19494f
treecf4cfe06a665cb77fe8203a71ea5f1608d142dd7
parent2aafcdd6a68f30c85ba6a9600e8a7447c0228e51
drm/amd/pm: fulfill the missing enablement for vega12/vega20 L2H and H2L interrupts

The feature mask bit was not correctly cleared. Without that, the L2H
and H2L interrupts cannot be enabled.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c