* [jimc:dd-stack 6/8] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:79:54: error: expected ')' before string constant
@ 2021-12-03 6:39 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-03 6:39 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2491 bytes --]
tree: https://github.com/jimc/linux.git dd-stack
head: 5259aebf5f0de40eea572cdbe02b22c82f996c92
commit: 561058cff31808dd32fecde98e88e298459ebef5 [6/8] drm_print: add choice to use dynamic debug in drm-debug
config: arc-allyesconfig (https://download.01.org/0day-ci/archive/20211203/202112031410.MGD60Det-lkp(a)intel.com/config)
compiler: arceb-elf-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/jimc/linux/commit/561058cff31808dd32fecde98e88e298459ebef5
git remote add jimc https://github.com/jimc/linux.git
git fetch --no-tags jimc dd-stack
git checkout 561058cff31808dd32fecde98e88e298459ebef5
# 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=arc SHELL=/bin/bash
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/amd/amdgpu/../display/dc/core/dc_debug.c:79:54: error: expected ')' before string constant
79 | DEFINE_DYNAMIC_DEBUG_LOG_GROUPS(debug_dc, __debug_dc,
| ^
| )
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:64:30: warning: 'amdgpu_bitmap' defined but not used [-Wunused-variable]
64 | static struct dyndbg_bitdesc amdgpu_bitmap[] = {
| ^~~~~~~~~~~~~
vim +79 drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c
e55b93e130e7cf Jim Cromie 2021-07-30 78
e55b93e130e7cf Jim Cromie 2021-07-30 @79 DEFINE_DYNAMIC_DEBUG_LOG_GROUPS(debug_dc, __debug_dc,
e55b93e130e7cf Jim Cromie 2021-07-30 80 DC_DYNDBG_BITMAP_DESC(debug_dc),
e55b93e130e7cf Jim Cromie 2021-07-30 81 amdgpu_bitmap);
e55b93e130e7cf Jim Cromie 2021-07-30 82
:::::: The code at line 79 was first introduced by commit
:::::: e55b93e130e7cf8b18ebb2d35f6753d3dbde5d64 amdgpu: use dyndbg.BITGRPS to control existing pr_debugs
:::::: TO: Jim Cromie <jim.cromie@gmail.com>
:::::: CC: Jim Cromie <jim.cromie@gmail.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-03 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 6:39 [jimc:dd-stack 6/8] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:79:54: error: expected ')' before string constant 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.