All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org,
	Alex Deucher <alexander.deucher@amd.com>
Subject: drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:1046:11: error: use of undeclared identifier 'pm_suspend_target_state'
Date: Fri, 30 Jul 2021 16:17:23 +0800	[thread overview]
Message-ID: <202107301618.ENDZx6ZW-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
commit: 91e273712ab8dd8c31924ac7714b21e011137e98 drm/amdgpu: Check pmops for desired suspend state
date:   3 days ago
config: x86_64-randconfig-a002-20210730 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project c49df15c278857adecd12db6bb1cdc96885f7079)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=91e273712ab8dd8c31924ac7714b21e011137e98
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 91e273712ab8dd8c31924ac7714b21e011137e98
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/amd/amdgpu/

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/amd/amdgpu/amdgpu_acpi.c:1046:11: error: use of undeclared identifier 'pm_suspend_target_state'
                           return pm_suspend_target_state == PM_SUSPEND_TO_IDLE;
                                  ^
   1 error generated.


vim +/pm_suspend_target_state +1046 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c

  1033	
  1034	/**
  1035	 * amdgpu_acpi_is_s0ix_supported
  1036	 *
  1037	 * @adev: amdgpu_device_pointer
  1038	 *
  1039	 * returns true if supported, false if not.
  1040	 */
  1041	bool amdgpu_acpi_is_s0ix_supported(struct amdgpu_device *adev)
  1042	{
  1043	#if defined(CONFIG_AMD_PMC) || defined(CONFIG_AMD_PMC_MODULE)
  1044		if (acpi_gbl_FADT.flags & ACPI_FADT_LOW_POWER_S0) {
  1045			if (adev->flags & AMD_IS_APU)
> 1046				return pm_suspend_target_state == PM_SUSPEND_TO_IDLE;

---
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: 39710 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:1046:11: error: use of undeclared identifier 'pm_suspend_target_state'
Date: Fri, 30 Jul 2021 16:17:23 +0800	[thread overview]
Message-ID: <202107301618.ENDZx6ZW-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   764a5bc89b12b82c18ce7ca5d7c1b10dd748a440
commit: 91e273712ab8dd8c31924ac7714b21e011137e98 drm/amdgpu: Check pmops for desired suspend state
date:   3 days ago
config: x86_64-randconfig-a002-20210730 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project c49df15c278857adecd12db6bb1cdc96885f7079)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=91e273712ab8dd8c31924ac7714b21e011137e98
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 91e273712ab8dd8c31924ac7714b21e011137e98
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/amd/amdgpu/

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/amd/amdgpu/amdgpu_acpi.c:1046:11: error: use of undeclared identifier 'pm_suspend_target_state'
                           return pm_suspend_target_state == PM_SUSPEND_TO_IDLE;
                                  ^
   1 error generated.


vim +/pm_suspend_target_state +1046 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c

  1033	
  1034	/**
  1035	 * amdgpu_acpi_is_s0ix_supported
  1036	 *
  1037	 * @adev: amdgpu_device_pointer
  1038	 *
  1039	 * returns true if supported, false if not.
  1040	 */
  1041	bool amdgpu_acpi_is_s0ix_supported(struct amdgpu_device *adev)
  1042	{
  1043	#if defined(CONFIG_AMD_PMC) || defined(CONFIG_AMD_PMC_MODULE)
  1044		if (acpi_gbl_FADT.flags & ACPI_FADT_LOW_POWER_S0) {
  1045			if (adev->flags & AMD_IS_APU)
> 1046				return pm_suspend_target_state == PM_SUSPEND_TO_IDLE;

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

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

             reply	other threads:[~2021-07-30  8:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-30  8:17 kernel test robot [this message]
2021-07-30  8:17 ` drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:1046:11: error: use of undeclared identifier 'pm_suspend_target_state' kernel test robot
2021-07-30 22:33 ` Randy Dunlap
2021-07-30 22:33   ` Randy Dunlap

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=202107301618.ENDZx6ZW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=Pratik.Vishwakarma@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.