drm/amd/display: Remove unnecessary amdgpu_irq_get/put
authorAlex Hung <alex.hung@amd.com>
Tue, 17 Dec 2024 21:03:50 +0000 (14:03 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Dec 2024 22:36:23 +0000 (17:36 -0500)
commit3782305ce5807c18fbf092124b9e8303cf1723ae
treef79a404e688a3b7e1da09d27757b25cd10fca35d
parent695c2c745e5dff201b75da8a1d237ce403600d04
drm/amd/display: Remove unnecessary amdgpu_irq_get/put

[WHY & HOW]
commit 7fb363c57522 ("drm/amd/display: Let drm_crtc_vblank_on/off manage interrupts")
lets drm_crtc_vblank_* to manage interrupts in amdgpu_dm_crtc_set_vblank,
and amdgpu_irq_get/put do not need to be called here.  Part of that
patch got lost somehow, so fix it up.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c