[PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback

2024-01-01 Thread Hawking Zhang
To allow using this helper for indirect access when nbio funcs is not available. For instance, in ip discovery phase. Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/

[PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback

2024-01-02 Thread Hawking Zhang
To allow using this helper for indirect access when nbio funcs is not available. For instance, in ip discovery phase. Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/

Re: [PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback

2024-01-02 Thread Alex Deucher
On Mon, Jan 1, 2024 at 10:50 PM Hawking Zhang wrote: > > To allow using this helper for indirect access when > nbio funcs is not available. For instance, in ip > discovery phase. > > Signed-off-by: Hawking Zhang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 20 +++- > 1 fi

RE: [PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback

2024-01-02 Thread Zhang, Hawking
; Deucher, Alexander ; Ma, Le ; Lazar, Lijo Subject: Re: [PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback On Mon, Jan 1, 2024 at 10:50 PM Hawking Zhang wrote: > > To allow using this helper for indirect access when nbio funcs is not > available. For instance, in ip discov