Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jani Nikula <jani.nikula@intel.com>,
	intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: oe-kbuild-all@lists.linux.dev, jani.nikula@intel.com
Subject: Re: [PATCH 4/5] drm/i915/power: convert intel_wakeref_t to struct ref_tracker *
Date: Sat, 22 Nov 2025 23:43:56 +0800	[thread overview]
Message-ID: <202511222310.DfmWio5k-lkp@intel.com> (raw)
In-Reply-To: <dcbcf50f10aa2c2371b24859c55369dfda701b5c.1763729370.git.jani.nikula@intel.com>

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/202511222310.DfmWio5k-lkp@intel.com/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/202511222310.DfmWio5k-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511222310.DfmWio5k-lkp@intel.com/

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

  reply	other threads:[~2025-11-22 15:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-21 12:51 [PATCH 0/5] drm/i915/display: switch from intel_wakeref_t to struct ref_tracker * Jani Nikula
2025-11-21 12:51 ` [PATCH 1/5] drm/i915/pps: drop wakeref parameter from with_intel_pps_lock() Jani Nikula
2025-11-21 12:51 ` [PATCH 2/5] drm/i915/pps: convert intel_wakeref_t to struct ref_tracker * Jani Nikula
2025-11-21 12:51 ` [PATCH 3/5] drm/i915/power: drop wakeref parameter from with_intel_display_power*() Jani Nikula
2025-11-21 12:51 ` [PATCH 4/5] drm/i915/power: convert intel_wakeref_t to struct ref_tracker * Jani Nikula
2025-11-22 15:43   ` kernel test robot [this message]
2025-11-21 12:51 ` [PATCH 5/5] drm/{i915,xe}/display: drop intel_wakeref.h usage Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202511222310.DfmWio5k-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox