drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m
Need to check the module variant as well. Acked-by: Prike Liang <Prike.Liang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
		
							parent
							
								
									8b1c715fc8
								
							
						
					
					
						commit
						e3e984ee43
					
				| @ -903,7 +903,7 @@ void amdgpu_acpi_fini(struct amdgpu_device *adev) | ||||
|  */ | ||||
| bool amdgpu_acpi_is_s0ix_supported(struct amdgpu_device *adev) | ||||
| { | ||||
| #if defined(CONFIG_AMD_PMC) | ||||
| #if defined(CONFIG_AMD_PMC) || defined(CONFIG_AMD_PMC_MODULE) | ||||
| 	if (acpi_gbl_FADT.flags & ACPI_FADT_LOW_POWER_S0) { | ||||
| 		if (adev->flags & AMD_IS_APU) | ||||
| 			return true; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user