All of lore.kernel.org
 help / color / mirror / Atom feed
* [radeon-alex:amd-mainline-hybrid-4.11 103/518] drivers//pci/pci.c:2930:7: error: 'PCI_EXP_DEVCTL2_ATOMICOP_REQ' undeclared
@ 2017-06-07  5:50 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-06-07  5:50 UTC (permalink / raw)
  To: Jay Cornwall; +Cc: Alex Deucher, kbuild-all, dri-devel, Hawking Zhang

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

tree:   git://people.freedesktop.org/~agd5f/linux.git amd-mainline-hybrid-4.11
head:   7ccf5ab3da7a87288cc0fd11910b212e4ac154a6
commit: 22b340aa7636404cd6e4cb15f18bfb88afdbfb65 [103/518] PCI: Add pci_enable_atomic_request
config: i386-defconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 22b340aa7636404cd6e4cb15f18bfb88afdbfb65
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the radeon-alex/amd-mainline-hybrid-4.11 HEAD 7ccf5ab3da7a87288cc0fd11910b212e4ac154a6 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers//pci/pci.c: In function 'pci_enable_atomic_request':
>> drivers//pci/pci.c:2930:7: error: 'PCI_EXP_DEVCTL2_ATOMICOP_REQ' undeclared (first use in this function)
          PCI_EXP_DEVCTL2_ATOMICOP_REQ);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers//pci/pci.c:2930:7: note: each undeclared identifier is reported only once for each function it appears in

vim +/PCI_EXP_DEVCTL2_ATOMICOP_REQ +2930 drivers//pci/pci.c

  2924		 * to implement AtomicOp requester capabilities. */
  2925		case PCI_EXP_TYPE_ENDPOINT:
  2926		case PCI_EXP_TYPE_LEG_END:
  2927		case PCI_EXP_TYPE_RC_END:
  2928		case PCI_EXP_TYPE_ROOT_PORT:
  2929			pcie_capability_set_word(dev, PCI_EXP_DEVCTL2,
> 2930						 PCI_EXP_DEVCTL2_ATOMICOP_REQ);
  2931			break;
  2932		}
  2933	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-07  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07  5:50 [radeon-alex:amd-mainline-hybrid-4.11 103/518] drivers//pci/pci.c:2930:7: error: 'PCI_EXP_DEVCTL2_ATOMICOP_REQ' undeclared kbuild test robot

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.