Hi Maarten, kernel test robot noticed the following build errors: [auto build test ERROR on drm-xe/drm-xe-next] [also build test ERROR on next-20241105] [cannot apply to linus/master drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip v6.12-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Maarten-Lankhorst/drm-xe-display-Add-intel_plane_initial_vblank_wait/20241105-202047 base: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20241105121857.17389-2-maarten.lankhorst%40linux.intel.com patch subject: [PATCH 2/9] drm/xe/display: Add intel_plane_initial_vblank_wait config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20241105/202411052327.1vYXqtrV-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241105/202411052327.1vYXqtrV-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202411052327.1vYXqtrV-lkp@xxxxxxxxx/ All error/warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/display/intel_plane_initial.c:17:1: warning: parameter names (without types) in function declaration 17 | void intel_plane_initial_vblank_wait(plane);(struct intel_plane *plane) | ^~~~ >> drivers/gpu/drm/i915/display/intel_plane_initial.c:17:46: error: expected identifier or '(' before 'struct' 17 | void intel_plane_initial_vblank_wait(plane);(struct intel_plane *plane) | ^~~~~~ drivers/gpu/drm/i915/display/intel_plane_initial.c: In function 'intel_initial_plane_config': >> drivers/gpu/drm/i915/display/intel_plane_initial.c:448:25: error: implicit declaration of function 'intel_initial_vblank_wait'; did you mean 'intel_plane_initial_vblank_wait'? [-Werror=implicit-function-declaration] 448 | intel_initial_vblank_wait(crtc); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | intel_plane_initial_vblank_wait cc1: some warnings being treated as errors vim +17 drivers/gpu/drm/i915/display/intel_plane_initial.c 16 > 17 void intel_plane_initial_vblank_wait(plane);(struct intel_plane *plane) 18 { 19 struct intel_crtc *crtc = intel_crtc_for_pipe(to_intel_display(plane), plane->pipe); 20 21 intel_crtc_wait_for_next_vblank(crtc); 22 } 23 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki