Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-29 Thread Dmitry Osipenko
On 9/28/22 22:32, Alex Deucher wrote: > On Wed, Sep 28, 2022 at 3:24 PM Dmitry Osipenko > wrote: >> >> On 9/28/22 20:47, Dmitry Osipenko wrote: >>> On 9/28/22 20:44, Deucher, Alexander wrote: [AMD Official Use Only - General] This should be fixed in a backwards compatible way with

Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-28 Thread Alex Deucher
On Wed, Sep 28, 2022 at 3:24 PM Dmitry Osipenko wrote: > > On 9/28/22 20:47, Dmitry Osipenko wrote: > > On 9/28/22 20:44, Deucher, Alexander wrote: > >> [AMD Official Use Only - General] > >> > >> This should be fixed in a backwards compatible way with this patch: > >>

Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-28 Thread Dmitry Osipenko
On 9/28/22 20:47, Dmitry Osipenko wrote: > On 9/28/22 20:44, Deucher, Alexander wrote: >> [AMD Official Use Only - General] >> >> This should be fixed in a backwards compatible way with this patch: >> https://patchwork.freedesktop.org/patch/504869/ > > Good to know that it's already addressed,

Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-28 Thread Dmitry Osipenko
On 9/28/22 20:44, Deucher, Alexander wrote: > [AMD Official Use Only - General] > > This should be fixed in a backwards compatible way with this patch: > https://patchwork.freedesktop.org/patch/504869/ Good to know that it's already addressed, thank you very much for the quick reply. -- Best

Re: RE: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-28 Thread Dmitry Osipenko
Alexander > Sent: Saturday, September 24, 2022 05:36 > To: Zhang, Hawking ; amd-gfx@lists.freedesktop.org; > Gao, Likun > Subject: Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to > amdgpu_gfx_rlc_init_microcode > > > [Public] > > This set seems to break RLC firmwa

Re: RE: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-28 Thread Deucher, Alexander
; amd-gfx@lists.freedesktop.org ; Gao, Likun Subject: Re: RE: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode On 9/24/22 10:14, Zhang, Hawking wrote: > [Public] > > Hi Alex, > > Sienna cichlid rlc firmware binary needs to be updated to match with the

RE: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-24 Thread Zhang, Hawking
; Gao, Likun Subject: Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode [Public] This set seems to break RLC firmware loading on sienna cichlid. Alex From: Zhang, Hawking mailto:hawking.zh...@amd.com>> Sent: Thursday, September 15,

Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-23 Thread Deucher, Alexander
[Public] This set seems to break RLC firmware loading on sienna cichlid. Alex From: Zhang, Hawking Sent: Thursday, September 15, 2022 1:01 PM To: amd-gfx@lists.freedesktop.org ; Gao, Likun ; Deucher, Alexander Cc: Zhang, Hawking Subject: [PATCH 09/10] drm

[PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode

2022-09-15 Thread Hawking Zhang
switch to common helper to initialize rlc firmware for gfx10 Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 191 + 1 file changed, 4 insertions(+), 187 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c