[PATCH] drm/etnaviv: implement cooling support for new GPU cores

kbuild test robot lkp at intel.com
Tue Apr 11 23:26:22 UTC 2017


Hi Lucas,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on next-20170411]
[cannot apply to v4.11-rc6]
[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/Lucas-Stach/drm-etnaviv-implement-cooling-support-for-new-GPU-cores/20170412-043814
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/gpu//drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_update_clock':
>> drivers/gpu//drm/etnaviv/etnaviv_gpu.c:416:6: error: 'chipMinorFeatures2_DYNAMIC_FREQUENCY_SCALING' undeclared (first use in this function)
         chipMinorFeatures2_DYNAMIC_FREQUENCY_SCALING) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu//drm/etnaviv/etnaviv_gpu.c:416:6: note: each undeclared identifier is reported only once for each function it appears in

vim +/chipMinorFeatures2_DYNAMIC_FREQUENCY_SCALING +416 drivers/gpu//drm/etnaviv/etnaviv_gpu.c

   410		gpu_write(gpu, VIVS_HI_CLOCK_CONTROL, clock);
   411	}
   412	
   413	static void etnaviv_gpu_update_clock(struct etnaviv_gpu *gpu)
   414	{
   415		if (gpu->identity.minor_features2 &
 > 416		    chipMinorFeatures2_DYNAMIC_FREQUENCY_SCALING) {
   417			clk_set_rate(gpu->clk_core,
   418				     gpu->base_rate_core >> gpu->freq_scale);
   419			clk_set_rate(gpu->clk_shader,

---
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: 61392 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/etnaviv/attachments/20170412/5cb5e059/attachment-0001.gz>


More information about the etnaviv mailing list