Hi all, After merging the amdgpu tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:503:13: warning: 'dm_dcn_crtc_high_irq' defined but not used [-Wunused-function] 503 | static void dm_dcn_crtc_high_irq(void *interrupt_params) | ^~~~~~~~~~~~~~~~~~~~ Introduced by commit 75856c84993d ("drm/amd/display: Send vblank and user events at vsartup for DCN") -- Cheers, Stephen Rothwell