Hi Anusha,

[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on v4.12-rc4 next-20170607]
[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/Anusha-Srivatsa/drm-i915-cfl-Add-Coffee-Lake-PCI-IDs-for-U-Sku/20170608-042543
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-x014-201723 (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=x86_64 

All warnings (new ones prefixed by >>):

   In file included from include/drm/i915_drm.h:29:0,
                    from drivers/gpu/drm/i915/i915_gem_object.h:34,
                    from drivers/gpu/drm/i915/i915_vma.h:34,
                    from drivers/gpu/drm/i915/intel_uc.h:31,
                    from drivers/gpu/drm/i915/i915_drv.h:61,
                    from drivers/gpu/drm/i915/i915_pci.c:29:
   drivers/gpu/drm/i915/i915_pci.c:472:19: error: 'intel_coffeelake_gt3_info' 
undeclared here (not in a function)
     INTEL_CFL_U_IDS(&intel_coffeelake_gt3_info),
                      ^
   include/drm/i915_pciids.h:42:18: note: in definition of macro 
'INTEL_VGA_DEVICE'
     (unsigned long) info }
                     ^~~~
   drivers/gpu/drm/i915/i915_pci.c:472:2: note: in expansion of macro 
'INTEL_CFL_U_IDS'
     INTEL_CFL_U_IDS(&intel_coffeelake_gt3_info),
     ^~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/i915_pci.c:473:19: error: 'intel_coffeelake_info' 
undeclared here (not in a function)
     INTEL_CFL_S_IDS(&intel_coffeelake_info),
                      ^
   include/drm/i915_pciids.h:42:18: note: in definition of macro 
'INTEL_VGA_DEVICE'
     (unsigned long) info }
                     ^~~~
>> drivers/gpu/drm/i915/i915_pci.c:473:2: note: in expansion of macro 
>> 'INTEL_CFL_S_IDS'
     INTEL_CFL_S_IDS(&intel_coffeelake_info),
     ^~~~~~~~~~~~~~~

vim +/INTEL_CFL_S_IDS +473 drivers/gpu/drm/i915/i915_pci.c

   466          INTEL_BXT_IDS(&intel_broxton_info),
   467          INTEL_GLK_IDS(&intel_geminilake_info),
   468          INTEL_KBL_GT1_IDS(&intel_kabylake_info),
   469          INTEL_KBL_GT2_IDS(&intel_kabylake_info),
   470          INTEL_KBL_GT3_IDS(&intel_kabylake_gt3_info),
   471          INTEL_KBL_GT4_IDS(&intel_kabylake_gt3_info),
 > 472          INTEL_CFL_U_IDS(&intel_coffeelake_gt3_info),
 > 473          INTEL_CFL_S_IDS(&intel_coffeelake_info),
   474          {0, 0, 0}
   475  };
   476  MODULE_DEVICE_TABLE(pci, pciidlist);

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

Attachment: .config.gz
Description: application/gzip

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to