drm/amdgpu/pm: Fix the power source flag error
authorMa Jun <Jun.Ma2@amd.com>
Wed, 17 Jan 2024 06:35:29 +0000 (14:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Jan 2024 22:13:27 +0000 (17:13 -0500)
commit42ffb3c396b5a51aab9568ed0032f38e4628c66a
tree26b883fb14bb243545ce9d5a206f3509f84c5193
parenta499b68cce3c535531432c805682f4350a90f150
drm/amdgpu/pm: Fix the power source flag error

The power source flag should be updated when
[1] System receives an interrupt indicating that the power source
has changed.
[2] System resumes from suspend or runtime suspend

Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c