From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 1/1] drm/lsdc: add drm driver for loongson display controller
Date: Mon, 31 Jan 2022 13:17:09 +0800 [thread overview]
Message-ID: <202201311300.pgcsprIS-lkp@intel.com> (raw)
In-Reply-To: <20220130193723.2923-2-15330273260@189.cn>
[-- Attachment #1: Type: text/plain, Size: 2559 bytes --]
Hi Sui,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm/drm-next]
[also build test WARNING on v5.17-rc2 next-20220128]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Sui-Jingfeng/drm-lsdc-add-drm-driver-for-loongson-display-controller/20220131-043734
base: git://anongit.freedesktop.org/drm/drm drm-next
config: parisc-randconfig-s031-20220131 (https://download.01.org/0day-ci/archive/20220131/202201311300.pgcsprIS-lkp(a)intel.com/config)
compiler: hppa-linux-gcc (GCC) 11.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.4-dirty
# https://github.com/0day-ci/linux/commit/219048b8904ab97749c0bc3ea426b858d9562de0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Sui-Jingfeng/drm-lsdc-add-drm-driver-for-loongson-display-controller/20220131-043734
git checkout 219048b8904ab97749c0bc3ea426b858d9562de0
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=parisc SHELL=/bin/bash drivers/gpu/drm/lsdc/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
sparse warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/lsdc/lsdc_pll.c:190:9: sparse: sparse: cast removes address space '__iomem' of expression
>> drivers/gpu/drm/lsdc/lsdc_pll.c:404:34: sparse: sparse: shift too big (42) for type long
>> drivers/gpu/drm/lsdc/lsdc_pll.c:405:47: sparse: sparse: shift too big (32) for type unsigned long
vim +/__iomem +190 drivers/gpu/drm/lsdc/lsdc_pll.c
184
185
186 static int lsdc_pixpll_setup(struct lsdc_pll * const this)
187 {
188 this->mmio = ioremap(this->reg_base, this->reg_size);
189
> 190 drm_info(this->ddev, "PIXPLL%u REG[%x, %u] map to %llx\n",
191 this->index, this->reg_base, this->reg_size, (u64)this->mmio);
192
193 return 0;
194 }
195
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next prev parent reply other threads:[~2022-01-31 5:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-30 19:37 [PATCH v3 0/1] drm/lsdc: add drm driver for loongson display controller Sui Jingfeng
2022-01-30 19:37 ` Sui Jingfeng
2022-01-30 19:37 ` [PATCH v3 1/1] " Sui Jingfeng
2022-01-30 19:37 ` Sui Jingfeng
2022-01-30 20:05 ` Randy Dunlap
2022-01-30 20:05 ` Randy Dunlap
2022-01-31 5:17 ` kernel test robot [this message]
2022-01-31 6:39 ` kernel test robot
2022-01-31 6:39 ` kernel test robot
2022-01-31 10:14 ` kernel test robot
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=202201311300.pgcsprIS-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.