Re: [PATCH] drm/amd/pm: fulfill the missing enablement for vega12/vega20 L2H and H2L interrupts

2023-06-23 Thread Alex Deucher
Acked-by: Alex Deucher On Wed, Jun 21, 2023 at 3:30 AM Evan Quan wrote: > > The feature mask bit was not correctly cleared. Without that, the L2H > and H2L interrupts cannot be enabled. > > Signed-off-by: Evan Quan > --- > drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c | 4 +++- >

[PATCH] drm/amd/pm: fulfill the missing enablement for vega12/vega20 L2H and H2L interrupts

2023-06-21 Thread Evan Quan
The feature mask bit was not correctly cleared. Without that, the L2H and H2L interrupts cannot be enabled. Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c | 4 +++- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c | 4 +++- 2 files changed, 6