From: kernel test robot <lkp@intel.com>
To: Jagath Jog J <jagathjog1996@gmail.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC 1/1] drm/mipi-dbi: Use drm_device for debugfs, drop drm_minor and .debugfs_init
Date: Mon, 21 Apr 2025 20:36:15 +0800 [thread overview]
Message-ID: <202504212018.dSYIH2wr-lkp@intel.com> (raw)
In-Reply-To: <20250421085907.24972-2-jagathjog1996@gmail.com>
Hi Jagath,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on linus/master]
[also build test ERROR on v6.15-rc3 next-20250417]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Jagath-Jog-J/drm-mipi-dbi-Use-drm_device-for-debugfs-drop-drm_minor-and-debugfs_init/20250421-170105
base: linus/master
patch link: https://lore.kernel.org/r/20250421085907.24972-2-jagathjog1996%40gmail.com
patch subject: [RFC 1/1] drm/mipi-dbi: Use drm_device for debugfs, drop drm_minor and .debugfs_init
config: hexagon-randconfig-002-20250421 (https://download.01.org/0day-ci/archive/20250421/202504212018.dSYIH2wr-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250421/202504212018.dSYIH2wr-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504212018.dSYIH2wr-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/tiny/ili9341.c:155:19: error: incompatible function pointer types initializing 'void (*)(struct drm_minor *)' with an expression of type 'void (struct mipi_dbi_dev *)' [-Wincompatible-function-pointer-types]
155 | .debugfs_init = mipi_dbi_debugfs_init,
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/gpu/drm/tiny/hx8357d.c:199:19: error: incompatible function pointer types initializing 'void (*)(struct drm_minor *)' with an expression of type 'void (struct mipi_dbi_dev *)' [-Wincompatible-function-pointer-types]
199 | .debugfs_init = mipi_dbi_debugfs_init,
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +155 drivers/gpu/drm/tiny/ili9341.c
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 149
70a59dd82959f8 drivers/gpu/drm/tiny/ili9341.c Simona Vetter 2020-11-04 150 static const struct drm_driver ili9341_driver = {
0424fdaf883a68 drivers/gpu/drm/tinydrm/ili9341.c Simona Vetter 2019-06-17 151 .driver_features = DRIVER_GEM | DRIVER_MODESET | DRIVER_ATOMIC,
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 152 .fops = &ili9341_fops,
4a83c26a1d8702 drivers/gpu/drm/tiny/ili9341.c Danilo Krummrich 2022-08-02 153 DRM_GEM_DMA_DRIVER_OPS_VMAP,
df0cc9eaff170e drivers/gpu/drm/tiny/ili9341.c Thomas Zimmermann 2024-09-24 154 DRM_FBDEV_DMA_DRIVER_OPS,
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 @155 .debugfs_init = mipi_dbi_debugfs_init,
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 156 .name = "ili9341",
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 157 .desc = "Ilitek ILI9341",
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 158 .major = 1,
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 159 .minor = 0,
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 160 };
3fa0e8f6f9609b drivers/gpu/drm/tinydrm/ili9341.c David Lechner 2018-05-25 161
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
parent reply other threads:[~2025-04-21 12:36 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250421085907.24972-2-jagathjog1996@gmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202504212018.dSYIH2wr-lkp@intel.com \
--to=lkp@intel.com \
--cc=jagathjog1996@gmail.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox