You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
v1: Vmbo->shadow is used to back vram bo up when vram lost. So that we
should set shadow as vmbo->shadow to recover vmbo->bo
v2: Modify if(vmbo->shadow) shadow = vmbo->shadow as if(!vmbo->shadow)
continue;
Fixes: e18aaea ("drm/amdgpu: move shadow_list to amdgpu_bo_vm")
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Lin.Cao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
0 commit comments