Hi Daniel,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20160106]
[cannot apply to v4.4-rc8]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improving the system]

url:    
https://github.com/0day-ci/linux/commits/Daniel-Vetter/drm-i915-Init-power-domains-early-in-driver-load/20160107-194542
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-x007-01060743 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/i915_dma.c: In function 'i915_driver_load':
>> drivers/gpu/drm/i915/i915_dma.c:1028:2: error: too few arguments to function 
>> 'intel_power_domains_init_hw'
     intel_power_domains_init_hw(dev_priv);
     ^
   In file included from drivers/gpu/drm/i915/i915_dma.c:35:0:
   drivers/gpu/drm/i915/intel_drv.h:1417:6: note: declared here
    void intel_power_domains_init_hw(struct drm_i915_private *dev_priv, bool 
resume);
         ^

vim +/intel_power_domains_init_hw +1028 drivers/gpu/drm/i915/i915_dma.c

  1022                  goto out_freedpwq;
  1023          }
  1024  
  1025          intel_irq_init(dev_priv);
  1026          intel_uncore_sanitize(dev);
  1027          intel_power_domains_init(dev_priv);
> 1028          intel_power_domains_init_hw(dev_priv);
  1029  
  1030          /* Try to make sure MCHBAR is enabled before poking at it */
  1031          intel_setup_mchbar(dev);

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

Attachment: .config.gz
Description: Binary data

Reply via email to