We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6700e1 commit 30c6997Copy full SHA for 30c6997
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3234,6 +3234,7 @@ static bool amdgpu_device_check_vram_lost(struct amdgpu_device *adev)
3234
* always assumed to be lost.
3235
*/
3236
switch (amdgpu_asic_reset_method(adev)) {
3237
+ case AMD_RESET_METHOD_LEGACY:
3238
case AMD_RESET_METHOD_LINK:
3239
case AMD_RESET_METHOD_BACO:
3240
case AMD_RESET_METHOD_MODE1:
0 commit comments