All of lore.kernel.org
 help / color / mirror / Atom feed
* [chunkuang.hu:mediatek-decouple-sub-driver 19/20] drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:6: warning: no previous prototype for 'mtk_crtc_ddp_irq'
@ 2020-10-25  8:22 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-10-25  8:22 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git mediatek-decouple-sub-driver
head:   9215b641d101797391887b871b5a728eaee40b56
commit: edcf2c8b2f38f80dbd210454b34cb0e4dfa01f4e [19/20] 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=edcf2c8b2f38f80dbd210454b34cb0e4dfa01f4e
        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-decouple-sub-driver
        git checkout edcf2c8b2f38f80dbd210454b34cb0e4dfa01f4e
        # 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: 74114 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-25  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25  8:22 [chunkuang.hu:mediatek-decouple-sub-driver 19/20] drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:6: warning: no previous prototype for 'mtk_crtc_ddp_irq' kernel test robot

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.