commit | 1a8a763b218cef8cf881fc0d1d739283db24c167 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 01 09:03:37 2020 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 01 10:43:10 2020 -0400 |
tree | 890278d6fcce3be0784466fd00281f43431fd5f7 | |
parent | 346dbbb8f7a0f94eb4264d1e0a253be2edca6eb8 [diff] |
drm/amdgpu/swsmu: add interrupt work function So we can schedule work from interrupts. This might include long tasks or things that could sleep. Fixes: e1188aacad1730 ("drm/amdgpu/smu11: add support for SMU AC/DC interrupts") Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>