mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Maarten Lankhorst <dev@lankhorst.se>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
	Maxime Ripard <mripard@kernel.org>,
	Friedrich Vock <friedrich.vock@gmx.de>
Subject: drivers/gpu/drm/ttm/ttm_bo.c:1097: warning: Function parameter or struct member 'hit_low' not described in 'ttm_bo_swapout_walk'
Date: Fri, 31 Jan 2025 12:27:24 +0800	[thread overview]
Message-ID: <202501311207.5xG7o8Yu-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   69e858e0b8b2ea07759e995aa383e8780d9d140c
commit: 2b624a2c18656ea32e0849e7bc0018ba3c97ca64 drm/ttm: Handle cgroup based eviction in TTM
date:   3 weeks ago
config: csky-randconfig-r001-20230826 (https://download.01.org/0day-ci/archive/20250131/202501311207.5xG7o8Yu-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250131/202501311207.5xG7o8Yu-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/202501311207.5xG7o8Yu-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/ttm/ttm_bo.c:1097: warning: Function parameter or struct member 'hit_low' not described in 'ttm_bo_swapout_walk'
>> drivers/gpu/drm/ttm/ttm_bo.c:1097: warning: Function parameter or struct member 'evict_low' not described in 'ttm_bo_swapout_walk'


vim +1097 drivers/gpu/drm/ttm/ttm_bo.c

a3185f91d0579b Christian König   2022-05-09  1086  
10efe34dae798c Thomas Hellström  2024-07-05  1087  /**
10efe34dae798c Thomas Hellström  2024-07-05  1088   * struct ttm_bo_swapout_walk - Parameters for the swapout walk
10efe34dae798c Thomas Hellström  2024-07-05  1089   */
10efe34dae798c Thomas Hellström  2024-07-05  1090  struct ttm_bo_swapout_walk {
10efe34dae798c Thomas Hellström  2024-07-05  1091  	/** @walk: The walk base parameters. */
10efe34dae798c Thomas Hellström  2024-07-05  1092  	struct ttm_lru_walk walk;
10efe34dae798c Thomas Hellström  2024-07-05  1093  	/** @gfp_flags: The gfp flags to use for ttm_tt_swapout() */
10efe34dae798c Thomas Hellström  2024-07-05  1094  	gfp_t gfp_flags;
2b624a2c18656e Maarten Lankhorst 2024-12-04  1095  
2b624a2c18656e Maarten Lankhorst 2024-12-04  1096  	bool hit_low, evict_low;
10efe34dae798c Thomas Hellström  2024-07-05 @1097  };
10efe34dae798c Thomas Hellström  2024-07-05  1098  

:::::: The code at line 1097 was first introduced by commit
:::::: 10efe34dae798c652053d4363871914c478f1475 drm/ttm: Use the LRU walker helper for swapping

:::::: TO: Thomas Hellström <thomas.hellstrom@linux.intel.com>
:::::: CC: Christian König <christian.koenig@amd.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2025-01-31  4:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202501311207.5xG7o8Yu-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dev@lankhorst.se \
    --cc=friedrich.vock@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mripard@kernel.org \
    --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

all inboxes | Powered by JetHome®