tree: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next head: 62545c719e26ec9f62efab7e9582deb73265b6d0 commit: ea64761a54a25fa2c27bae99b3c72dadfaa74d3e [29/29] drm/sun4i: hdmi: Switch to HDMI connector config: arm-defconfig (https://download.01.org/0day-ci/archive/20240528/202405282205.EU7NUoeQ-lkp@xxxxxxxxx/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240528/202405282205.EU7NUoeQ-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/202405282205.EU7NUoeQ-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c:213:3: error: implicit declaration of function 'drm_connector_hdmi_compute_mode_clock' is invalid in C99 [-Werror,-Wimplicit-function-declaration] drm_connector_hdmi_compute_mode_clock(mode, 8, ^ drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c:213:3: note: did you mean 'drm_hdmi_compute_mode_clock'? include/drm/display/drm_hdmi_helper.h:28:1: note: 'drm_hdmi_compute_mode_clock' declared here drm_hdmi_compute_mode_clock(const struct drm_display_mode *mode, ^ 1 error generated. vim +/drm_connector_hdmi_compute_mode_clock +213 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 207 208 static enum drm_mode_status 209 sun4i_hdmi_connector_mode_valid(struct drm_connector *connector, 210 struct drm_display_mode *mode) 211 { 212 unsigned long long rate = > 213 drm_connector_hdmi_compute_mode_clock(mode, 8, 214 HDMI_COLORSPACE_RGB); 215 216 return sun4i_hdmi_connector_clock_valid(connector, mode, rate); 217 } 218 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki