[PATCH 0/3] fix module unloading with powerplay enabled

2016-06-01 Thread Alex Deucher
This fixes a crash in module unloading with powerplay enabled due to cross IP module dependencies. Monk Liu (3): drm/amdgpu: add late_fini for ip_funcs drm/amdgpu: impl late_fini for amdgpu_pp_ip drm/amdgpu: fix pplib finish bug drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 5 +

[PATCH 0/3] fix module unloading with powerplay enabled

2016-05-26 Thread Alex Deucher
This patch set fixes module unloading when powerplay is enabled. The issue is a dependency between the the IH (interrupt handler) IP module and the powerplay (power management) IP modules. The IH module may call back into other IP modules to disable interrupt sources after the other modules have al