Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8db02ca3 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/amd/display: make amdgpu_dm_irq_handler static



It's not used outside the file.

Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f1548455
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ static void amdgpu_dm_irq_immediate_work(struct amdgpu_device *adev,
 * Generic IRQ handler, calls all registered high irq work immediately, and
 * schedules work for low irq
 */
int amdgpu_dm_irq_handler(struct amdgpu_device *adev,
static int amdgpu_dm_irq_handler(struct amdgpu_device *adev,
				 struct amdgpu_irq_src *source,
				 struct amdgpu_iv_entry *entry)
{
+0 −9
Original line number Diff line number Diff line
@@ -80,15 +80,6 @@ void amdgpu_dm_irq_unregister_interrupt(struct amdgpu_device *adev,
					enum dc_irq_source irq_source,
					void *ih_index);

/**
 * amdgpu_dm_irq_handler
 * Generic IRQ handler, calls all registered high irq work immediately, and
 * schedules work for low irq
 */
int amdgpu_dm_irq_handler(struct amdgpu_device *adev,
			  struct amdgpu_irq_src *source,
			  struct amdgpu_iv_entry *entry);

void amdgpu_dm_set_irq_funcs(struct amdgpu_device *adev);

void amdgpu_dm_hpd_init(struct amdgpu_device *adev);