]> Git Repo - linux.git/commitdiff
drm/amdgpu: print mmhub client name for dimgrey_cavefish
authorTao Zhou <[email protected]>
Wed, 16 Dec 2020 03:29:43 +0000 (11:29 +0800)
committerAlex Deucher <[email protected]>
Wed, 16 Dec 2020 18:27:17 +0000 (13:27 -0500)
This makes it easier to debug what block is causing the fault, same as
sienna_cichlid.

Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Jiansong Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c

index 092ff2c436580a0cb1418cefa362fd84b8e6ce5d..f107385faba25c41c7f4b5f0f84bff4d63b6deda 100644 (file)
@@ -136,6 +136,7 @@ mmhub_v2_0_print_l2_protection_fault_status(struct amdgpu_device *adev,
                break;
        case CHIP_SIENNA_CICHLID:
        case CHIP_NAVY_FLOUNDER:
+       case CHIP_DIMGREY_CAVEFISH:
                mmhub_cid = mmhub_client_ids_sienna_cichlid[cid][rw];
                break;
        default:
This page took 0.058345 seconds and 4 git commands to generate.