]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
Merge patch series "RISC-V kasan rework"
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_acpi.c
index 458362e4ea0112a9d4f1a241c6b9155d0f6989a4..d4196fcb85a08a364a4a7b235c30a62dde7fa8f8 100644 (file)
@@ -1073,6 +1073,9 @@ bool amdgpu_acpi_is_s0ix_active(struct amdgpu_device *adev)
            (pm_suspend_target_state != PM_SUSPEND_TO_IDLE))
                return false;
 
+       if (adev->asic_type < CHIP_RAVEN)
+               return false;
+
        /*
         * If ACPI_FADT_LOW_POWER_S0 is not set in the FADT, it is generally
         * risky to do any special firmware-related preparations for entering
This page took 0.031954 seconds and 4 git commands to generate.