[android-common:android16-6.12-desktop 1/1] drivers/gpu/drm/xe/xe_pxp_multi_session.c:34: warning: Function parameter or struct member 'res' not described in 'xe_pxp_client'
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniele, FYI, the error/warning still remains. tree: https://android.googlesource.com/kernel/common android16-6.12-desktop head: 24c37396da197463e1ff2bc69bb789e34dacad53 commit: 6c20834df647ecc1e5510340e4139e99d9d64841 [1/1] ANDROID: drm/xe/pxp_multi: Add ioctl to initialize and query client handle config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20260813/[email protected]/config) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260813/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): >> drivers/gpu/drm/xe/xe_pxp_multi_session.c:34: warning: Function parameter or struct member 'res' not described in 'xe_pxp_client' >> drivers/gpu/drm/xe/xe_pxp_multi_session.c:34: warning: Excess struct member 'exec' description in 'xe_pxp_client' vim +34 drivers/gpu/drm/xe/xe_pxp_multi_session.c 19 20 /** 21 * struct xe_pxp_client 22 * 23 * We dont need to allocate multiple execution resources (above struct) 24 * for a single drm_client that is executing multiple PXP sessions. 25 * So we use a link list of nodes indexed by the drmclient handle 26 */ 27 struct xe_pxp_client { 28 /** @link: achor for linked list. */ 29 struct list_head link; 30 /** @exec: session execution resource for a given client. */ 31 struct xe_pxp_gsc_client_resources res; 32 /** @drmfile: drm_file handle for a given client. */ 33 struct drm_file *drmfile; > 34 }; 35 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki