All of lore.kernel.org
 help / color / mirror / Atom feed
* [jwboyer-fedora:f33 28/56] drivers/gpu/drm/panel/panel-xingbangda-xbd599.c:221:3: error: 'const struct drm_display_mode' has no member named 'vrefresh'
@ 2020-11-13  3:44 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-11-13  3:44 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git f33
head:   6de83ecc0a48199994905c8359bd885376de0925
commit: cdb0a87d6dc58cbfe6872c8d87e468acd68c9687 [28/56] drm: panel: add Xingbangda XBD599 panel
config: s390-allyesconfig (attached as .config)
compiler: s390-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/jwboyer/fedora.git/commit/?id=cdb0a87d6dc58cbfe6872c8d87e468acd68c9687
        git remote add jwboyer-fedora https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git
        git fetch --no-tags jwboyer-fedora f33
        git checkout cdb0a87d6dc58cbfe6872c8d87e468acd68c9687
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 

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

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/panel/panel-xingbangda-xbd599.c:221:3: error: 'const struct drm_display_mode' has no member named 'vrefresh'
     221 |  .vrefresh    = 60,
         |   ^~~~~~~~
   In file included from drivers/gpu/drm/panel/panel-xingbangda-xbd599.c:21:
   drivers/gpu/drm/panel/panel-xingbangda-xbd599.c: In function 'xbd599_probe':
   drivers/gpu/drm/panel/panel-xingbangda-xbd599.c:313:27: error: 'const struct drm_display_mode' has no member named 'vrefresh'
     313 |        xbd599_default_mode.vrefresh,
         |                           ^
   include/drm/drm_print.h:366:40: note: in definition of macro 'DRM_DEV_INFO'
     366 |  drm_dev_printk(dev, KERN_INFO, fmt, ##__VA_ARGS__)
         |                                        ^~~~~~~~~~~

vim +221 drivers/gpu/drm/panel/panel-xingbangda-xbd599.c

   211	
   212	static const struct drm_display_mode xbd599_default_mode = {
   213		.hdisplay    = 720,
   214		.hsync_start = 720 + 40,
   215		.hsync_end   = 720 + 40 + 40,
   216		.htotal	     = 720 + 40 + 40 + 40,
   217		.vdisplay    = 1440,
   218		.vsync_start = 1440 + 18,
   219		.vsync_end   = 1440 + 18 + 10,
   220		.vtotal	     = 1440 + 18 + 10 + 17,
 > 221		.vrefresh    = 60,
   222		.clock	     = 69000,
   223		.flags	     = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
   224	
   225		.width_mm    = 68,
   226		.height_mm   = 136,
   227		.type        = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,
   228	};
   229	

---
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: 63249 bytes --]

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

only message in thread, other threads:[~2020-11-13  3:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  3:44 [jwboyer-fedora:f33 28/56] drivers/gpu/drm/panel/panel-xingbangda-xbd599.c:221:3: error: 'const struct drm_display_mode' has no member named 'vrefresh' 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.