Re: [PATCH] drm/amdgpu: fix vbios fetching for SR-IOV

2024-09-26 Thread Alex Deucher
On Thu, Sep 26, 2024 at 7:18 AM Lazar, Lijo wrote: > > > > On 9/25/2024 11:50 PM, Alex Deucher wrote: > > SR-IOV fetches the vbios from VRAM in some cases. > > Re-enable the VRAM path for dGPUs and rename the function > > to make it clear that it is not IGP specific. > > > > Fixes: 042658d17a54 ("

Re: [PATCH] drm/amdgpu: fix vbios fetching for SR-IOV

2024-09-26 Thread Lazar, Lijo
On 9/25/2024 11:50 PM, Alex Deucher wrote: > SR-IOV fetches the vbios from VRAM in some cases. > Re-enable the VRAM path for dGPUs and rename the function > to make it clear that it is not IGP specific. > > Fixes: 042658d17a54 ("drm/amdgpu: clean up vbios fetching code") > Signed-off-by: Alex D

RE: [PATCH] drm/amdgpu: fix vbios fetching for SR-IOV

2024-09-25 Thread Wang, Yang(Kevin)
/amdgpu: fix vbios fetching for SR-IOV SR-IOV fetches the vbios from VRAM in some cases. Re-enable the VRAM path for dGPUs and rename the function to make it clear that it is not IGP specific. Fixes: 042658d17a54 ("drm/amdgpu: clean up vbios fetching code") Signed-off-by: Alex Deucher --

[PATCH] drm/amdgpu: fix vbios fetching for SR-IOV

2024-09-25 Thread Alex Deucher
SR-IOV fetches the vbios from VRAM in some cases. Re-enable the VRAM path for dGPUs and rename the function to make it clear that it is not IGP specific. Fixes: 042658d17a54 ("drm/amdgpu: clean up vbios fetching code") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 11