File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
drivers/gpu/drm/amd/pm/swsmu/smu14 Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -1895,16 +1895,6 @@ static int smu_v14_0_allow_ih_interrupt(struct smu_context *smu)
1895
1895
NULL );
1896
1896
}
1897
1897
1898
- static int smu_v14_0_process_pending_interrupt (struct smu_context * smu )
1899
- {
1900
- int ret = 0 ;
1901
-
1902
- if (smu_cmn_feature_is_enabled (smu , SMU_FEATURE_ACDC_BIT ))
1903
- ret = smu_v14_0_allow_ih_interrupt (smu );
1904
-
1905
- return ret ;
1906
- }
1907
-
1908
1898
int smu_v14_0_enable_thermal_alert (struct smu_context * smu )
1909
1899
{
1910
1900
int ret = 0 ;
@@ -1916,7 +1906,7 @@ int smu_v14_0_enable_thermal_alert(struct smu_context *smu)
1916
1906
if (ret )
1917
1907
return ret ;
1918
1908
1919
- return smu_v14_0_process_pending_interrupt (smu );
1909
+ return smu_v14_0_allow_ih_interrupt (smu );
1920
1910
}
1921
1911
1922
1912
int smu_v14_0_disable_thermal_alert (struct smu_context * smu )
You can’t perform that action at this time.
0 commit comments