diff options
| author | Tao Zhou <[email protected]> | 2020-12-16 03:29:43 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-12-16 18:27:17 +0000 |
| commit | 05053c4b4f8733e53e5d81d1684a29404b27cefd (patch) | |
| tree | 3947f6df59123932f577fe476c461f3dfd8b731a /drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | |
| parent | drm/amdgpu: set mode1 reset as default for dimgrey_cavefish (diff) | |
| download | kernel-05053c4b4f8733e53e5d81d1684a29404b27cefd.tar.gz kernel-05053c4b4f8733e53e5d81d1684a29404b27cefd.zip | |
drm/amdgpu: print mmhub client name for dimgrey_cavefish
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]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c index 092ff2c43658..f107385faba2 100644 --- a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c @@ -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: |
