Hi all, After merging the amdgpu tree, today's linux-next build (x86_64 allmodconfig) produced this warning: 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) | ^~~~~~~~~~~~~~~~~~~~~~~ Introduced by commit 77a49c458931 ("drm/amd/display: Support for DMUB AUX") -- Cheers, Stephen Rothwell