Re: missing wire up of nbif_v6_3_1_sriov_funcs ?

2025-02-20 Thread Dr. David Alan Gilbert
* Alex Deucher (alexdeuc...@gmail.com) wrote: > On Wed, Feb 19, 2025 at 2:04 PM Dr. David Alan Gilbert > wrote: > > > > Hi All, > > I think you may be misisng some wiring of nbif_v6_3_1_sriov_funcs. > > > > My scripts noticed 'nbif_v6_3_1_sri

missing wire up of nbif_v6_3_1_sriov_funcs ?

2025-02-20 Thread Dr. David Alan Gilbert
adev->nbio.hdp_flush_reg = &nbif_v6_3_1_hdp_flush_reg; break; so is that supposed to have something similar? Dave -- -Open up your eyes, open up your mind, open up your code --- / Dr. David Alan Gilbert| Running GNU/Linux | Happy \ \

hubbub/hubp, Missing struct assignments???

2025-02-03 Thread Dr. David Alan Gilbert
added a member dchubbub_init to struct hubbub_funcs so perhaps 2 of them should go there, and hmm there's dcn32_hubp_funcs for the other one??? Dave -- -Open up your eyes, open up your mind, open up your code --- / Dr. David Alan Gilbert| Running GNU/Linux | Hap

Re: [PATCH 0/5] Some more drm/amd/display deadcoding

2024-12-06 Thread Dr. David Alan Gilbert
* li...@treblig.org (li...@treblig.org) wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This removes a bunch more functions (and a field) from > drm/amd/display that are unused. > > Signed-off-by: Dr. David Alan Gilbert Hi Alex, Harry, Gentle ping on th

Re: [PATCH] drm/amd/powerplay: Delete unused function and maths library

2024-10-01 Thread Dr. David Alan Gilbert
* Alex Deucher (alexdeuc...@gmail.com) wrote: > On Sun, Sep 29, 2024 at 5:28 PM wrote: > > > > From: "Dr. David Alan Gilbert" > > > > We start with the function 'atomctrl_calculate_voltage_evv_on_sclk' > > which has been unused since 2016&

Re: [PATCH 0/5] AMDGPU deadcode

2024-09-25 Thread Dr. David Alan Gilbert
* Alex Deucher (alexdeuc...@gmail.com) wrote: > On Sun, Sep 22, 2024 at 9:43 PM wrote: > > > > From: "Dr. David Alan Gilbert" > > > > Hi, > > This is a bunch of deadcode removal in amdgpu; > > some of the functions are ones which were previou