OSDN Git Service

drm/amd/powerplay: fix thermal interrupts on vega10
authorEric Huang <JinHuiEric.Huang@amd.com>
Thu, 22 Feb 2018 17:00:35 +0000 (12:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:36 +0000 (23:09 -0500)
commit472c89fcd5c2505c7d5d785ea3a78b2e71ff8723
treea40360b1dae54ccc8e7fa37c29c7b05cecb4717f
parenteda9a4eb15e89e4d452ae8dbdc7fd6868c79c605
drm/amd/powerplay: fix thermal interrupts on vega10

a bug in programming thermal interrupt register masks out
interrupts and driver cannot receive interrupts. Setting
0 to mask bits will fix it.

Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c