Re: [PATCH 2/4] drm/radeon: Remove unused radeon_doorbell_free

2025-05-14 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (li...@treblig.org) wrote: > * Alex Deucher (alexdeuc...@gmail.com) wrote: > > On Sun, May 11, 2025 at 8:13 AM Dr. David Alan Gilbert > > wrote: > > > > > > * Christophe JAILLET (christophe.jail...@wanadoo.fr) wrote: > > > &g

Re: [PATCH 2/4] drm/radeon: Remove unused radeon_doorbell_free

2025-05-13 Thread Dr. David Alan Gilbert
* Alex Deucher (alexdeuc...@gmail.com) wrote: > On Sun, May 11, 2025 at 8:13 AM Dr. David Alan Gilbert > wrote: > > > > * Christophe JAILLET (christophe.jail...@wanadoo.fr) wrote: > > > Le 18/04/2025 à 02:21, li...@treblig.org a écrit : > >

Re: [PATCH 2/4] drm/radeon: Remove unused radeon_doorbell_free

2025-05-11 Thread Dr. David Alan Gilbert
* Christophe JAILLET (christophe.jail...@wanadoo.fr) wrote: > Le 18/04/2025 à 02:21, li...@treblig.org a écrit : > > From: "Dr. David Alan Gilbert" > > > > radeon_doorbell_free() was added in 2013 by > > commit 75efdee11b5d ("drm/radeon: implement si

Re: questions about smu_mode2_reset_is_support and smu_v13_0_init_display_count

2025-05-08 Thread Dr. David Alan Gilbert
; > > -----Original Message- > From: Dr. David Alan Gilbert > Sent: Wednesday, May 7, 2025 8:32 AM > To: Deucher, Alexander ; Feng, Kenneth > ; Koenig, Christian > Cc: amd-gfx@lists.freedesktop.org; linux-ker...@vger.kernel.org > Subject: questions about smu_mode2_

questions about smu_mode2_reset_is_support and smu_v13_0_init_display_count

2025-05-07 Thread Dr. David Alan Gilbert
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

Re: [PATCH 2/4] drm/radeon: Remove unused radeon_doorbell_free

2025-04-25 Thread Dr. David Alan Gilbert
* Alex Deucher (alexdeuc...@gmail.com) wrote: > On Fri, Apr 18, 2025 at 2:18 AM Christophe JAILLET > wrote: > > > > Le 18/04/2025 à 02:21, li...@treblig.org a écrit : > > > From: "Dr. David Alan Gilbert" > > > > > > radeon_doorbell_free

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