linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.4 226/1296] drivers/gpu/drm/xlnx/xlnx_fb.c:298:10: error: 'struct fb_info' has no member named 'fbdefio'
@ 2020-05-07 15:41 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-07 15:41 UTC (permalink / raw)
  To: Hyun Kwon; +Cc: Michal Simek, kbuild-all, linux-arm-kernel

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   0b197959bbbdb68e1da974bd013339f08704b178
commit: cd57ea684307c355b8b1920d61ef5d774216393e [226/1296] drm: xlnx: Xilinx DRM KMS driver
config: alpha-randconfig-r002-20200507 (attached as .config)
compiler: alpha-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout cd57ea684307c355b8b1920d61ef5d774216393e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=alpha 

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

All errors (new ones prefixed by >>):

   drivers/gpu/drm/xlnx/xlnx_fb.c: In function 'xlnx_fbdev_defio_fini':
>> drivers/gpu/drm/xlnx/xlnx_fb.c:298:10: error: 'struct fb_info' has no member named 'fbdefio'
     298 |  if (!fbi->fbdefio)
         |          ^~
   drivers/gpu/drm/xlnx/xlnx_fb.c:302:11: error: 'struct fb_info' has no member named 'fbdefio'
     302 |  kfree(fbi->fbdefio);
         |           ^~

vim +298 drivers/gpu/drm/xlnx/xlnx_fb.c

   289	
   290	/**
   291	 * xlnx_fbdev_defio_fini - Free the defio fb
   292	 * @fbi: fb_info struct
   293	 *
   294	 * This function is based on drm_fbdev_cma_defio_fini().
   295	 */
   296	static void xlnx_fbdev_defio_fini(struct fb_info *fbi)
   297	{
 > 298		if (!fbi->fbdefio)
   299			return;
   300	
   301		fb_deferred_io_cleanup(fbi);
   302		kfree(fbi->fbdefio);
   303		kfree(fbi->fbops);
   304	}
   305	

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

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

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

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

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

only message in thread, other threads:[~2020-05-07 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 15:41 [xlnx:xlnx_rebase_v5.4 226/1296] drivers/gpu/drm/xlnx/xlnx_fb.c:298:10: error: 'struct fb_info' has no member named 'fbdefio' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).