Hi Jani, kernel test robot noticed the following build errors:
[auto build test ERROR on next-20251121] [cannot apply to drm-xe/drm-xe-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip v6.18-rc6 v6.18-rc5 v6.18-rc4 linus/master v6.18-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/Jani-Nikula/drm-i915-pps-drop-wakeref-parameter-from-with_intel_pps_lock/20251121-205435 base: next-20251121 patch link: https://lore.kernel.org/r/dcbcf50f10aa2c2371b24859c55369dfda701b5c.1763729370.git.jani.nikula%40intel.com patch subject: [PATCH 4/5] drm/i915/power: convert intel_wakeref_t to struct ref_tracker * config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20251122/[email protected]/config) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251122/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/i915/i915_driver.c:58: drivers/gpu/drm/i915/display/intel_display_power.h: In function 'intel_display_power_put_async': >> drivers/gpu/drm/i915/display/intel_display_power.h:236:58: error: >> 'INTEL_WAKEREF_DEF' undeclared (first use in this function) 236 | __intel_display_power_put_async(display, domain, INTEL_WAKEREF_DEF, -1); | ^~~~~~~~~~~~~~~~~ drivers/gpu/drm/i915/display/intel_display_power.h:236:58: note: each undeclared identifier is reported only once for each function it appears in drivers/gpu/drm/i915/display/intel_display_power.h: In function 'intel_display_power_put_async_delay': drivers/gpu/drm/i915/display/intel_display_power.h:245:58: error: 'INTEL_WAKEREF_DEF' undeclared (first use in this function) 245 | __intel_display_power_put_async(display, domain, INTEL_WAKEREF_DEF, delay_ms); | ^~~~~~~~~~~~~~~~~ -- In file included from drivers/gpu/drm/i915/soc/../display/intel_display_core.h:23, from drivers/gpu/drm/i915/soc/intel_dram.c:11: drivers/gpu/drm/i915/soc/../display/intel_display_power.h: In function 'intel_display_power_put_async': >> drivers/gpu/drm/i915/soc/../display/intel_display_power.h:236:58: error: >> 'INTEL_WAKEREF_DEF' undeclared (first use in this function) 236 | __intel_display_power_put_async(display, domain, INTEL_WAKEREF_DEF, -1); | ^~~~~~~~~~~~~~~~~ drivers/gpu/drm/i915/soc/../display/intel_display_power.h:236:58: note: each undeclared identifier is reported only once for each function it appears in drivers/gpu/drm/i915/soc/../display/intel_display_power.h: In function 'intel_display_power_put_async_delay': drivers/gpu/drm/i915/soc/../display/intel_display_power.h:245:58: error: 'INTEL_WAKEREF_DEF' undeclared (first use in this function) 245 | __intel_display_power_put_async(display, domain, INTEL_WAKEREF_DEF, delay_ms); | ^~~~~~~~~~~~~~~~~ vim +/INTEL_WAKEREF_DEF +236 drivers/gpu/drm/i915/display/intel_display_power.h 7645b19d9bdd13 drivers/gpu/drm/i915/intel_display_power.h Daniele Ceraolo Spurio 2019-05-31 230 7645b19d9bdd13 drivers/gpu/drm/i915/intel_display_power.h Daniele Ceraolo Spurio 2019-05-31 231 static inline void 5dcfda5cfa4261 drivers/gpu/drm/i915/display/intel_display_power.h Ville Syrjälä 2025-02-06 232 intel_display_power_put_async(struct intel_display *display, 7645b19d9bdd13 drivers/gpu/drm/i915/intel_display_power.h Daniele Ceraolo Spurio 2019-05-31 233 enum intel_display_power_domain domain, 86347573213953 drivers/gpu/drm/i915/display/intel_display_power.h Jani Nikula 2025-11-21 234 struct ref_tracker *wakeref) 7645b19d9bdd13 drivers/gpu/drm/i915/intel_display_power.h Daniele Ceraolo Spurio 2019-05-31 235 { 5dcfda5cfa4261 drivers/gpu/drm/i915/display/intel_display_power.h Ville Syrjälä 2025-02-06 @236 __intel_display_power_put_async(display, domain, INTEL_WAKEREF_DEF, -1); caacfe31d64d78 drivers/gpu/drm/i915/display/intel_display_power.h Imre Deak 2023-06-16 237 } caacfe31d64d78 drivers/gpu/drm/i915/display/intel_display_power.h Imre Deak 2023-06-16 238 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
