[Intel-gfx] [PATCH] x86/gpu: CNL uses the same GMS values as SKL

kbuild test robot lkp at intel.com
Fri Apr 7 19:21:09 UTC 2017


Hi Paulo,

[auto build test ERROR on next-20170405]
[cannot apply to tip/x86/core v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.11-rc5]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Rodrigo-Vivi/x86-gpu-CNL-uses-the-same-GMS-values-as-SKL/20170408-024552
config: i386-randconfig-x071-04050905 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> arch/x86/kernel/early-quirks.c:530:2: error: implicit declaration of function 'INTEL_CNL_IDS' [-Werror=implicit-function-declaration]
     INTEL_CNL_IDS(&gen9_early_ops),
     ^~~~~~~~~~~~~
   arch/x86/kernel/early-quirks.c:530:2: error: initializer element is not constant
   arch/x86/kernel/early-quirks.c:530:2: note: (near initialization for 'intel_early_ids[187].vendor')
   arch/x86/kernel/early-quirks.c:501:67: warning: missing braces around initializer [-Wmissing-braces]
    static const struct pci_device_id intel_early_ids[] __initconst = {
                                                                      ^
   arch/x86/kernel/early-quirks.c:501:67: note: (near initialization for 'intel_early_ids')
   cc1: some warnings being treated as errors

vim +/INTEL_CNL_IDS +530 arch/x86/kernel/early-quirks.c

   524		INTEL_BDW_IDS(&gen8_early_ops),
   525		INTEL_CHV_IDS(&chv_early_ops),
   526		INTEL_SKL_IDS(&gen9_early_ops),
   527		INTEL_BXT_IDS(&gen9_early_ops),
   528		INTEL_KBL_IDS(&gen9_early_ops),
   529		INTEL_GLK_IDS(&gen9_early_ops),
 > 530		INTEL_CNL_IDS(&gen9_early_ops),
   531	};
   532	
   533	static void __init

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 27409 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20170408/ef94dac6/attachment-0001.gz>


More information about the Intel-gfx mailing list