drm/amd/display: Move disable interrupt into commit tail
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Fri, 11 Sep 2020 19:10:11 +0000 (15:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Sep 2020 21:52:39 +0000 (17:52 -0400)
commit6d90a208cfff94c519caaecbc5da3af3929bf374
treefa3abba33398afebd6df2d927bfc3fe4d75e0e8b
parent585d450c76d1d5807a50cb6c22487ae5aed0906b
drm/amd/display: Move disable interrupt into commit tail

[Why&How]
Since there is no need for accessing crtc state in the interrupt
handler, interrupts need not be disabled well in advance, and
can be moved to commit_tail where it should be.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c