]> Git Repo - linux.git/commitdiff
drm/amdgpu: set mode1 reset as default for dimgrey_cavefish
authorTao Zhou <[email protected]>
Tue, 15 Dec 2020 10:04:04 +0000 (18:04 +0800)
committerAlex Deucher <[email protected]>
Wed, 16 Dec 2020 18:27:17 +0000 (13:27 -0500)
Use mode1 reset for dimgrey_cavefish by default.

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/nv.c

index ac02dd707c4428dcdf4133f3b4f372c15882b85b..6bee3677394ac011131369778f10a4dcd56668c1 100644 (file)
@@ -362,6 +362,7 @@ nv_asic_reset_method(struct amdgpu_device *adev)
        switch (adev->asic_type) {
        case CHIP_SIENNA_CICHLID:
        case CHIP_NAVY_FLOUNDER:
+       case CHIP_DIMGREY_CAVEFISH:
                return AMD_RESET_METHOD_MODE1;
        default:
                if (smu_baco_is_support(smu))
This page took 0.059672 seconds and 4 git commands to generate.