Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Jordan Crouse <jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	kbuild-all-JC7UmRfGjtg@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 1/3] drm/msm: Add a helper function to parse clock names
Date: Tue, 5 Jun 2018 09:47:12 +0800	[thread overview]
Message-ID: <201806050929.wD8Wvclo%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180604165514.1226-2-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1811 bytes --]

Hi Jordan,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robclark/msm-next]
[also build test WARNING on v4.17 next-20180604]
[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/Jordan-Crouse/Add-support-for-Adreno-a6xx/20180605-070248
base:   git://people.freedesktop.org/~robclark/linux msm-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/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 warnings (new ones prefixed by >>):

   drivers/gpu//drm/msm/msm_gpu.c: In function 'enable_clk':
>> drivers/gpu//drm/msm/msm_gpu.c:158:2: warning: ignoring return value of 'clk_bulk_prepare_enable', declared with attribute warn_unused_result [-Wunused-result]
     clk_bulk_prepare_enable(gpu->nr_clocks, gpu->grp_clks);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vim +/clk_bulk_prepare_enable +158 drivers/gpu//drm/msm/msm_gpu.c

   148	
   149	static int enable_clk(struct msm_gpu *gpu)
   150	{
   151		if (gpu->core_clk && gpu->fast_rate)
   152			clk_set_rate(gpu->core_clk, gpu->fast_rate);
   153	
   154		/* Set the RBBM timer rate to 19.2Mhz */
   155		if (gpu->rbbmtimer_clk)
   156			clk_set_rate(gpu->rbbmtimer_clk, 19200000);
   157	
 > 158		clk_bulk_prepare_enable(gpu->nr_clocks, gpu->grp_clks);
   159	
   160		return 0;
   161	}
   162	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65220 bytes --]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno

  parent reply	other threads:[~2018-06-05  1:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04 16:55 [v4 0/3] Add support for Adreno a6xx Jordan Crouse
     [not found] ` <20180604165514.1226-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-06-04 16:55   ` [PATCH 1/3] drm/msm: Add a helper function to parse clock names Jordan Crouse
     [not found]     ` <20180604165514.1226-2-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-06-05  1:47       ` kbuild test robot [this message]
2018-06-04 16:55   ` [PATCH 2/3] drm/msm: Add generated headers for A6XX Jordan Crouse
2018-06-04 16:55   ` [PATCH 3/3] drm/msm: Add A6XX device support Jordan Crouse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201806050929.wD8Wvclo%fengguang.wu@intel.com \
    --to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox