[Intel-gfx] [PATCH v2] drm/i915: Show RPS autotuning thresholds along with waitboost

kbuild test robot lkp at intel.com
Sun Aug 14 13:58:58 UTC 2016


Hi Chris,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.8-rc1 next-20160812]
[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/Chris-Wilson/drm-i915-Show-RPS-autotuning-thresholds-along-with-waitboost/20160814-213058
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-randconfig-x009-201633 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/i915_debugfs.c: In function 'i915_rps_boost_info':
>> drivers/gpu/drm/i915/i915_debugfs.c:2468:44: error: 'struct intel_gen6_power_mgmt' has no member named 'boost_freq'; did you mean 'cur_freq'?
         intel_gpu_freq(dev_priv, dev_priv->rps.boost_freq));
                                               ^

vim +2468 drivers/gpu/drm/i915/i915_debugfs.c

  2462			   intel_gpu_freq(dev_priv, dev_priv->rps.min_freq_softlimit),
  2463			   intel_gpu_freq(dev_priv, dev_priv->rps.max_freq_softlimit),
  2464			   intel_gpu_freq(dev_priv, dev_priv->rps.max_freq));
  2465		seq_printf(m, "  idle:%d, efficient:%d, boost:%d\n",
  2466			   intel_gpu_freq(dev_priv, dev_priv->rps.idle_freq),
  2467			   intel_gpu_freq(dev_priv, dev_priv->rps.efficient_freq),
> 2468			   intel_gpu_freq(dev_priv, dev_priv->rps.boost_freq));
  2469	
  2470		mutex_lock(&dev->filelist_mutex);
  2471		spin_lock(&dev_priv->rps.client_lock);

---
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/octet-stream
Size: 27025 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160814/f9ad9f1b/attachment-0001.obj>


More information about the Intel-gfx mailing list