RE: [PATCH 2/3] drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not defined

2021-05-10 Thread Shih, Jude
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Jude Shih -Original Message- From: Deucher, Alexander Sent: Saturday, May 8, 2021 4:37 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Shih, Jude Subject: [PATCH 2/3] drm/amdgpu/display: fix warning when

[PATCH 2/3] drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not defined

2021-05-07 Thread Alex Deucher
Fixes: At top level: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:633:13: warning: ‘dm_dmub_outbox1_low_irq’ defined but not used [-Wunused-function] 633 | static void dm_dmub_outbox1_low_irq(void *interrupt_params) | ^~~ Fixes: 77a49c458931