All of lore.kernel.org
 help / color / mirror / Atom feed
* [frank-w-bpi-r2-4.14:5.15-bpi-r2-pro-drm 88/102] drivers/gpu/drm/rockchip/rockchip_vop_reg.c:570:9: error: use of undeclared identifier 'px30_vop_lit_win_data'
@ 2021-11-07 18:52 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-11-07 18:52 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/frank-w/BPI-R2-4.14 5.15-bpi-r2-pro-drm
head:   3e3effff535b3615ae5a40ae1c1b6d08e12bed0e
commit: f028bc20b4aed6264deea7c074ccea184cccf38d [88/102] misc fixes
config: x86_64-buildonly-randconfig-r003-20211015 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project a49f5386ce6b091da66ea7c3a1d9a588d53becf7)
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/frank-w/BPI-R2-4.14/commit/f028bc20b4aed6264deea7c074ccea184cccf38d
        git remote add frank-w-bpi-r2-4.14 https://github.com/frank-w/BPI-R2-4.14
        git fetch --no-tags frank-w-bpi-r2-4.14 5.15-bpi-r2-pro-drm
        git checkout f028bc20b4aed6264deea7c074ccea184cccf38d
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/

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/rockchip/rockchip_vop_reg.c:139:22: error: use of undeclared identifier 'format_modifiers_win_full'
           .format_modifiers = format_modifiers_win_full,
                               ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:159:22: error: use of undeclared identifier 'format_modifiers_win_lite'
           .format_modifiers = format_modifiers_win_lite,
                               ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:391:22: error: use of undeclared identifier 'format_modifiers_win_lite'
           .format_modifiers = format_modifiers_win_lite,
                               ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:533:11: error: use of undeclared identifier 'px30_intr'
           .intr = &px30_intr,
                    ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:534:13: error: use of undeclared identifier 'VOP_FEATURE_INTERNAL_RGB'
           .feature = VOP_FEATURE_INTERNAL_RGB,
                      ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:535:13: error: use of undeclared identifier 'px30_common'
           .common = &px30_common,
                      ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:536:14: error: use of undeclared identifier 'px30_modeset'
           .modeset = &px30_modeset,
                       ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:537:13: error: use of undeclared identifier 'px30_output'
           .output = &px30_output,
                      ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:538:9: error: use of undeclared identifier 'px30_vop_big_win_data'
           .win = px30_vop_big_win_data,
                  ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:539:25: error: use of undeclared identifier 'px30_vop_big_win_data'
           .win_size = ARRAY_SIZE(px30_vop_big_win_data),
                                  ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:539:25: error: use of undeclared identifier 'px30_vop_big_win_data'
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:539:25: error: use of undeclared identifier 'px30_vop_big_win_data'
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:565:11: error: use of undeclared identifier 'px30_intr'
           .intr = &px30_intr,
                    ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:566:13: error: use of undeclared identifier 'VOP_FEATURE_INTERNAL_RGB'
           .feature = VOP_FEATURE_INTERNAL_RGB,
                      ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:567:13: error: use of undeclared identifier 'px30_common'
           .common = &px30_common,
                      ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:568:14: error: use of undeclared identifier 'px30_modeset'
           .modeset = &px30_modeset,
                       ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:569:13: error: use of undeclared identifier 'px30_output'
           .output = &px30_output,
                      ^
>> drivers/gpu/drm/rockchip/rockchip_vop_reg.c:570:9: error: use of undeclared identifier 'px30_vop_lit_win_data'
           .win = px30_vop_lit_win_data,
                  ^
   drivers/gpu/drm/rockchip/rockchip_vop_reg.c:571:25: error: use of undeclared identifier 'px30_vop_lit_win_data'
           .win_size = ARRAY_SIZE(px30_vop_lit_win_data),
                                  ^
   fatal error: too many errors emitted, stopping now [-ferror-limit=]
   20 errors generated.
--
>> drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1243:34: error: unused variable 'vop2_dt_match' [-Werror,-Wunused-const-variable]
   static const struct of_device_id vop2_dt_match[] = {
                                    ^
   1 error generated.


vim +/px30_vop_lit_win_data +570 drivers/gpu/drm/rockchip/rockchip_vop_reg.c

570913e0b1bebe Sandy Huang  2018-06-26  562  
570913e0b1bebe Sandy Huang  2018-06-26  563  static const struct vop_data px30_vop_lit = {
872b68e9750edd Johan Jonker 2021-01-31  564  	.version = VOP_VERSION(2, 5),
570913e0b1bebe Sandy Huang  2018-06-26  565  	.intr = &px30_intr,
8d544233100b28 Sandy Huang  2018-08-30  566  	.feature = VOP_FEATURE_INTERNAL_RGB,
570913e0b1bebe Sandy Huang  2018-06-26  567  	.common = &px30_common,
570913e0b1bebe Sandy Huang  2018-06-26  568  	.modeset = &px30_modeset,
570913e0b1bebe Sandy Huang  2018-06-26  569  	.output = &px30_output,
570913e0b1bebe Sandy Huang  2018-06-26 @570  	.win = px30_vop_lit_win_data,
570913e0b1bebe Sandy Huang  2018-06-26  571  	.win_size = ARRAY_SIZE(px30_vop_lit_win_data),
570913e0b1bebe Sandy Huang  2018-06-26  572  };
570913e0b1bebe Sandy Huang  2018-06-26  573  

:::::: The code at line 570 was first introduced by commit
:::::: 570913e0b1bebec0676ac7091544a00b278e8765 drm/rockchip: vop: add px30 vop support

:::::: TO: Sandy Huang <hjc@rock-chips.com>
:::::: CC: Heiko Stuebner <heiko@sntech.de>

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

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

only message in thread, other threads:[~2021-11-07 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 18:52 [frank-w-bpi-r2-4.14:5.15-bpi-r2-pro-drm 88/102] drivers/gpu/drm/rockchip/rockchip_vop_reg.c:570:9: error: use of undeclared identifier 'px30_vop_lit_win_data' 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.