Hi Michael,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on linus/master]
[also build test ERROR on v5.15-rc5 next-20211015]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Michael-Trimarchi/drm-panel-ilit...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
26d6574109838b8fa40a8261421693015bab0579
config: i386-randconfig-a016-20211014 (attached as .config)
compiler: clang version 14.0.0 (
https://github.com/llvm/llvm-project
6c76d0101193aa4eb891a6954ff047eda2f9cf71)
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/0day-ci/linux/commit/5e985ed2df2301e9f13a49b04a5fa5651...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Michael-Trimarchi/drm-panel-ilitek-ili9881d-add-support-for-Wanchanglong-W552946ABA-panel/20211015-041850
git checkout 5e985ed2df2301e9f13a49b04a5fa56519d08b5f
# 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=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> drivers/gpu/drm/panel/panel-ilitek-ili9881c.c:934:29: error: use
of undeclared identifier 'MIPI_DSI_MODE_EOT_PACKET'
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET,
^
1 error generated.
vim +/MIPI_DSI_MODE_EOT_PACKET +934 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
928
929 static const struct ili9881c_desc w552946aba_desc = {
930 .init = w552946ab_init,
931 .init_length = ARRAY_SIZE(w552946ab_init),
932 .mode = &w552946aba_default_mode,
933 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
934 MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET,
935 };
936
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org