public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* questions about smu_mode2_reset_is_support and smu_v13_0_init_display_count
@ 2025-05-07  0:32 Dr. David Alan Gilbert
  2025-05-07  2:21 ` Feng, Kenneth
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. David Alan Gilbert @ 2025-05-07  0:32 UTC (permalink / raw)
  To: alexander.deucher, kenneth.feng, christian.koenig; +Cc: amd-gfx, linux-kernel

Hi,
  I noticed two functions that are unused but I wasn't sure what to
do with them:

smu_v13_0_init_display_count() isn't called/wired up, where as the
v11 version is wired up:

 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
     3574:	.init_display_count = smu_v11_0_init_display_count,

so is v13 really unused or should it be wired up in a similar way?

secondly, smu_mode2_reset_is_support() is uncalled, but it's
the only caller through the mode2_reset_is_support() function
pointer; so if smu_mode2_reset_is_support() was deleted, does
it then make sense to clean up all of
  sienna_cichlid_is_mode2_reset_supported,
  aldebaran_is_mode2_reset_supported,
  smu_v13_0_6_is_mode2_reset_supported

which that function pointer is sett to.

Thanks in advance,

Dave

-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-07 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07  0:32 questions about smu_mode2_reset_is_support and smu_v13_0_init_display_count Dr. David Alan Gilbert
2025-05-07  2:21 ` Feng, Kenneth
2025-05-07 17:22   ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox