All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Saurabh Sengar <saurabh.singh@xilinx.com>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org,
	Michal Simek <monstr@monstr.eu>, Hyun Kwon <hyun.kwon@xilinx.com>
Subject: [xilinx-xlnx:xlnx_rebase_v5.15 639/923] drivers/gpu/drm/xlnx/xlnx_pl_disp.c:116:15: error: implicit declaration of function 'xilinx_xdma_get_fid_err_flag'; did you mean 'xilinx_xdma_get_width_align'?
Date: Thu, 10 Feb 2022 22:07:19 +0800	[thread overview]
Message-ID: <202202102255.bMCsK8et-lkp@intel.com> (raw)

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15
head:   966124532656bc95d781abf57531e4cd4f962237
commit: 53714559153b6752c75bfc61ddf6680dfd2ae401 [639/923] drm: xlnx: DRM KMS driver for xilinx display pipeline
config: alpha-randconfig-c024-20220208 (https://download.01.org/0day-ci/archive/20220210/202202102255.bMCsK8et-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.2.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://github.com/Xilinx/linux-xlnx/commit/53714559153b6752c75bfc61ddf6680dfd2ae401
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15
        git checkout 53714559153b6752c75bfc61ddf6680dfd2ae401
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=alpha SHELL=/bin/bash drivers/gpu/drm/xlnx/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the xilinx-xlnx/xlnx_rebase_v5.15 HEAD 966124532656bc95d781abf57531e4cd4f962237 builds fine.
      It only hurts bisectability.

All errors (new ones prefixed by >>):

   drivers/gpu/drm/xlnx/xlnx_pl_disp.c: In function 'xlnx_pl_disp_complete':
>> drivers/gpu/drm/xlnx/xlnx_pl_disp.c:116:15: error: implicit declaration of function 'xilinx_xdma_get_fid_err_flag'; did you mean 'xilinx_xdma_get_width_align'? [-Werror=implicit-function-declaration]
     116 |         ret = xilinx_xdma_get_fid_err_flag(xlnx_dma_chan->dma_chan,
         |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |               xilinx_xdma_get_width_align
>> drivers/gpu/drm/xlnx/xlnx_pl_disp.c:121:15: error: implicit declaration of function 'xilinx_xdma_get_fid_out'; did you mean 'xilinx_xdma_get_fid'? [-Werror=implicit-function-declaration]
     121 |         ret = xilinx_xdma_get_fid_out(xlnx_dma_chan->dma_chan,
         |               ^~~~~~~~~~~~~~~~~~~~~~~
         |               xilinx_xdma_get_fid
   cc1: some warnings being treated as errors

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for DRM_PANEL_SIMPLE
   Depends on HAS_IOMEM && DRM && DRM_PANEL && OF && BACKLIGHT_CLASS_DEVICE && PM
   Selected by
   - DRM_XLNX_DSI && HAS_IOMEM && DRM_XLNX


vim +116 drivers/gpu/drm/xlnx/xlnx_pl_disp.c

   100	
   101	/**
   102	 * xlnx_pl_disp_complete - vblank handler
   103	 * @param: parameter to vblank handler
   104	 *
   105	 * This function handles the vblank interrupt, and sends an event to
   106	 * CRTC object.
   107	 */
   108	static void xlnx_pl_disp_complete(void *param)
   109	{
   110		struct xlnx_pl_disp *xlnx_pl_disp = param;
   111		struct drm_device *drm = xlnx_pl_disp->drm;
   112		struct xlnx_dma_chan *xlnx_dma_chan = xlnx_pl_disp->chan;
   113		int ret;
   114	
   115		/* Get fid err flag and fid out val */
 > 116		ret = xilinx_xdma_get_fid_err_flag(xlnx_dma_chan->dma_chan,
   117						   &xlnx_pl_disp->fid_err_val);
   118		if (ret)
   119			dev_dbg(xlnx_pl_disp->dev, "failed to get fid_err info\n");
   120	
 > 121		ret = xilinx_xdma_get_fid_out(xlnx_dma_chan->dma_chan,
   122					      &xlnx_pl_disp->fid_out_val);
   123		if (ret)
   124			dev_dbg(xlnx_pl_disp->dev, "failed to get fid_out info\n");
   125	
   126		drm_handle_vblank(drm, 0);
   127	}
   128	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [xilinx-xlnx:xlnx_rebase_v5.15 639/923] drivers/gpu/drm/xlnx/xlnx_pl_disp.c:116:15: error: implicit declaration of function 'xilinx_xdma_get_fid_err_flag'; did you mean 'xilinx_xdma_get_width_align'?
Date: Thu, 10 Feb 2022 22:07:19 +0800	[thread overview]
Message-ID: <202202102255.bMCsK8et-lkp@intel.com> (raw)

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15
head:   966124532656bc95d781abf57531e4cd4f962237
commit: 53714559153b6752c75bfc61ddf6680dfd2ae401 [639/923] drm: xlnx: DRM KMS driver for xilinx display pipeline
config: alpha-randconfig-c024-20220208 (https://download.01.org/0day-ci/archive/20220210/202202102255.bMCsK8et-lkp(a)intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.2.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://github.com/Xilinx/linux-xlnx/commit/53714559153b6752c75bfc61ddf6680dfd2ae401
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15
        git checkout 53714559153b6752c75bfc61ddf6680dfd2ae401
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=alpha SHELL=/bin/bash drivers/gpu/drm/xlnx/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the xilinx-xlnx/xlnx_rebase_v5.15 HEAD 966124532656bc95d781abf57531e4cd4f962237 builds fine.
      It only hurts bisectability.

All errors (new ones prefixed by >>):

   drivers/gpu/drm/xlnx/xlnx_pl_disp.c: In function 'xlnx_pl_disp_complete':
>> drivers/gpu/drm/xlnx/xlnx_pl_disp.c:116:15: error: implicit declaration of function 'xilinx_xdma_get_fid_err_flag'; did you mean 'xilinx_xdma_get_width_align'? [-Werror=implicit-function-declaration]
     116 |         ret = xilinx_xdma_get_fid_err_flag(xlnx_dma_chan->dma_chan,
         |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |               xilinx_xdma_get_width_align
>> drivers/gpu/drm/xlnx/xlnx_pl_disp.c:121:15: error: implicit declaration of function 'xilinx_xdma_get_fid_out'; did you mean 'xilinx_xdma_get_fid'? [-Werror=implicit-function-declaration]
     121 |         ret = xilinx_xdma_get_fid_out(xlnx_dma_chan->dma_chan,
         |               ^~~~~~~~~~~~~~~~~~~~~~~
         |               xilinx_xdma_get_fid
   cc1: some warnings being treated as errors

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for DRM_PANEL_SIMPLE
   Depends on HAS_IOMEM && DRM && DRM_PANEL && OF && BACKLIGHT_CLASS_DEVICE && PM
   Selected by
   - DRM_XLNX_DSI && HAS_IOMEM && DRM_XLNX


vim +116 drivers/gpu/drm/xlnx/xlnx_pl_disp.c

   100	
   101	/**
   102	 * xlnx_pl_disp_complete - vblank handler
   103	 * @param: parameter to vblank handler
   104	 *
   105	 * This function handles the vblank interrupt, and sends an event to
   106	 * CRTC object.
   107	 */
   108	static void xlnx_pl_disp_complete(void *param)
   109	{
   110		struct xlnx_pl_disp *xlnx_pl_disp = param;
   111		struct drm_device *drm = xlnx_pl_disp->drm;
   112		struct xlnx_dma_chan *xlnx_dma_chan = xlnx_pl_disp->chan;
   113		int ret;
   114	
   115		/* Get fid err flag and fid out val */
 > 116		ret = xilinx_xdma_get_fid_err_flag(xlnx_dma_chan->dma_chan,
   117						   &xlnx_pl_disp->fid_err_val);
   118		if (ret)
   119			dev_dbg(xlnx_pl_disp->dev, "failed to get fid_err info\n");
   120	
 > 121		ret = xilinx_xdma_get_fid_out(xlnx_dma_chan->dma_chan,
   122					      &xlnx_pl_disp->fid_out_val);
   123		if (ret)
   124			dev_dbg(xlnx_pl_disp->dev, "failed to get fid_out info\n");
   125	
   126		drm_handle_vblank(drm, 0);
   127	}
   128	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

             reply	other threads:[~2022-02-10 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 14:07 kernel test robot [this message]
2022-02-10 14:07 ` [xilinx-xlnx:xlnx_rebase_v5.15 639/923] drivers/gpu/drm/xlnx/xlnx_pl_disp.c:116:15: error: implicit declaration of function 'xilinx_xdma_get_fid_err_flag'; did you mean 'xilinx_xdma_get_width_align'? 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=202202102255.bMCsK8et-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hyun.kwon@xilinx.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=monstr@monstr.eu \
    --cc=saurabh.singh@xilinx.com \
    /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.