From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chunkuang.hu:mediatek-drm-decouple-sub-driver 25/27] drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:6: warning: no previous prototype for 'mtk_crtc_ddp_irq'
Date: Thu, 10 Dec 2020 07:27:19 +0800 [thread overview]
Message-ID: <202012100716.pO2aPaJo-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git mediatek-drm-decouple-sub-driver
head: 01742c252181ef443e1f3fa3cce22e351eaa0c10
commit: 9bc998c4daa0b83fd7c59cc5f5529c3a26bcfd50 [25/27] drm/mediatek: Register vblank callback function
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/commit/?id=9bc998c4daa0b83fd7c59cc5f5529c3a26bcfd50
git remote add chunkuang.hu https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git
git fetch --no-tags chunkuang.hu mediatek-drm-decouple-sub-driver
git checkout 9bc998c4daa0b83fd7c59cc5f5529c3a26bcfd50
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:6: warning: no previous prototype for 'mtk_crtc_ddp_irq' [-Wmissing-prototypes]
475 | void mtk_crtc_ddp_irq(void *data)
| ^~~~~~~~~~~~~~~~
vim +/mtk_crtc_ddp_irq +475 drivers/gpu/drm/mediatek/mtk_drm_crtc.c
474
> 475 void mtk_crtc_ddp_irq(void *data)
476 {
477 struct drm_crtc *crtc = data;
478 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc);
479 struct mtk_drm_private *priv = crtc->dev->dev_private;
480
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 75536 bytes --]
reply other threads:[~2020-12-09 23:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202012100716.pO2aPaJo-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.