* Re: [PATCH] accel/qaic: Add support for AI200 virtual functions
[not found] <20260814164125.3652876-1-youssef.abdulrahman@oss.qualcomm.com>
@ 2026-08-21 0:28 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-21 0:28 UTC (permalink / raw)
To: Youssef Samir, jeff.hugo, carl.vanderlip, troy.hanson,
zachary.mckevitt
Cc: llvm, oe-kbuild-all, ogabbay, lizhi.hou, karol.wachowski,
linux-arm-msm, dri-devel, Troy Hanson
Hi Youssef,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on linus/master v7.2 next-20260819]
[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/Youssef-Samir/accel-qaic-Add-support-for-AI200-virtual-functions/20260814-184125
base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next
patch link: https://lore.kernel.org/r/20260814164125.3652876-1-youssef.abdulrahman%40oss.qualcomm.com
patch subject: [PATCH] accel/qaic: Add support for AI200 virtual functions
config: i386-randconfig-005-20260821 (https://download.01.org/0day-ci/archive/20260821/202608210811.E9e3fBWz-lkp@intel.com/config)
compiler: clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260821/202608210811.E9e3fBWz-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/202608210811.E9e3fBWz-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/accel/qaic/qaic_drv.c:81:40: warning: unused variable 'aic200vf_config' [-Wunused-const-variable]
81 | static const struct qaic_device_config aic200vf_config = {
| ^~~~~~~~~~~~~~~
1 warning generated.
vim +/aic200vf_config +81 drivers/accel/qaic/qaic_drv.c
80
> 81 static const struct qaic_device_config aic200vf_config = {
82 .family = FAMILY_AIC200_VF,
83 .bar_mask = BIT(0) | BIT(1) | BIT(2) | BIT(4),
84 .mhi_bar_idx = 1,
85 .dbc_bar_idx = 2,
86 };
87
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 0:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260814164125.3652876-1-youssef.abdulrahman@oss.qualcomm.com>
2026-08-21 0:28 ` [PATCH] accel/qaic: Add support for AI200 virtual functions kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox