Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>,
	intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH V3] drm/i915/gt: Hold RPM wakelock during PXP suspend
Date: Fri, 12 Nov 2021 18:55:34 +0800	[thread overview]
Message-ID: <202111121813.ojJUNDys-lkp@intel.com> (raw)
In-Reply-To: <20211111124208.3550952-1-tejaskumarx.surendrakumar.upadhyay@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2294 bytes --]

Hi Tejas,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on drm-tip/drm-tip next-20211112]
[cannot apply to v5.15]
[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]

url:    https://github.com/0day-ci/linux/commits/Tejas-Upadhyay/drm-i915-gt-Hold-RPM-wakelock-during-PXP-suspend/20211111-204949
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/c134397c55fb3639fdcea780a83fd5f5402c93de
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Tejas-Upadhyay/drm-i915-gt-Hold-RPM-wakelock-during-PXP-suspend/20211111-204949
        git checkout c134397c55fb3639fdcea780a83fd5f5402c93de
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/gt/intel_gt_pm.c: In function 'intel_gt_suspend_prepare':
>> drivers/gpu/drm/i915/gt/intel_gt_pm.c:304:2: error: too few arguments to function 'intel_pxp_suspend_prepare'
     304 |  intel_pxp_suspend_prepare(&gt->pxp);
         |  ^~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/i915/gt/intel_gt_pm.c:21:
   drivers/gpu/drm/i915/pxp/intel_pxp_pm.h:17:20: note: declared here
      17 | static inline void intel_pxp_suspend_prepare(struct intel_pxp *pxp, bool runtime)
         |                    ^~~~~~~~~~~~~~~~~~~~~~~~~


vim +/intel_pxp_suspend_prepare +304 drivers/gpu/drm/i915/gt/intel_gt_pm.c

   298	
   299	void intel_gt_suspend_prepare(struct intel_gt *gt)
   300	{
   301		user_forcewake(gt, true);
   302		wait_for_suspend(gt);
   303	
 > 304		intel_pxp_suspend_prepare(&gt->pxp);
   305	}
   306	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 29893 bytes --]

      parent reply	other threads:[~2021-11-12 10:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 12:42 [Intel-gfx] [PATCH V3] drm/i915/gt: Hold RPM wakelock during PXP suspend Tejas Upadhyay
2021-11-11 13:12 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Hold RPM wakelock during PXP suspend (rev2) Patchwork
2021-11-12 10:55 ` kernel test robot [this message]

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=202111121813.ojJUNDys-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=kbuild-all@lists.01.org \
    --cc=tejaskumarx.surendrakumar.upadhyay@intel.com \
    /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