linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:master 12160/12393] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:5768: warning: Function parameter or struct member 'tps' not described in 'dc_process_dmub_dpia_set_tps_notification'
@ 2024-09-18  9:54 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-18  9:54 UTC (permalink / raw)
  To: Peichen Huang
  Cc: oe-kbuild-all, Linux Memory Management List, Alex Deucher,
	Cruise Hung, George Shen, Meenakshikumar Somasundaram, Alex Hung

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   55bcd2e0d04c1171d382badef1def1fd04ef66c5
commit: fbeaa2f6f9b432a689e7d7e6b71459500338b8f5 [12160/12393] drm/amd/display: Restructure dpia link training
config: parisc-randconfig-001-20240127 (https://download.01.org/0day-ci/archive/20240918/202409181703.IBSWVJgA-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240918/202409181703.IBSWVJgA-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/202409181703.IBSWVJgA-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:5768: warning: Function parameter or struct member 'tps' not described in 'dc_process_dmub_dpia_set_tps_notification'
>> drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:5768: warning: Excess function parameter 'ts' description in 'dc_process_dmub_dpia_set_tps_notification'


vim +5768 drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c

  5757	
  5758	/**
  5759	 * dc_process_dmub_dpia_set_tps_notification - Submits tps notification
  5760	 *
  5761	 * @dc: [in] dc structure
  5762	 * @link_index: [in] link index
  5763	 * @ts: [in] request tps
  5764	 *
  5765	 * Submits set_tps_notification command to dmub via inbox message
  5766	 */
  5767	void dc_process_dmub_dpia_set_tps_notification(const struct dc *dc, uint32_t link_index, uint8_t tps)
> 5768	{
  5769		union dmub_rb_cmd cmd = {0};
  5770	
  5771		cmd.set_tps_notification.header.type = DMUB_CMD__DPIA;
  5772		cmd.set_tps_notification.header.sub_type = DMUB_CMD__DPIA_SET_TPS_NOTIFICATION;
  5773		cmd.set_tps_notification.tps_notification.instance = dc->links[link_index]->ddc_hw_inst;
  5774		cmd.set_tps_notification.tps_notification.tps = tps;
  5775	
  5776		dc_wake_and_execute_dmub_cmd(dc->ctx, &cmd, DM_DMUB_WAIT_TYPE_WAIT);
  5777	}
  5778	

-- 
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:[~2024-09-18  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-18  9:54 [linux-next:master 12160/12393] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:5768: warning: Function parameter or struct member 'tps' not described in 'dc_process_dmub_dpia_set_tps_notification' 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