File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
drivers/gpu/drm/amd/pm/swsmu Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3432,19 +3432,6 @@ bool smu_mode1_reset_is_support(struct smu_context *smu)
3432
3432
return ret ;
3433
3433
}
3434
3434
3435
- bool smu_mode2_reset_is_support (struct smu_context * smu )
3436
- {
3437
- bool ret = false;
3438
-
3439
- if (!smu -> pm_enabled )
3440
- return false;
3441
-
3442
- if (smu -> ppt_funcs && smu -> ppt_funcs -> mode2_reset_is_support )
3443
- ret = smu -> ppt_funcs -> mode2_reset_is_support (smu );
3444
-
3445
- return ret ;
3446
- }
3447
-
3448
3435
bool smu_link_reset_is_support (struct smu_context * smu )
3449
3436
{
3450
3437
bool ret = false;
Original file line number Diff line number Diff line change @@ -1621,7 +1621,6 @@ int smu_get_power_limit(void *handle,
1621
1621
enum pp_power_type pp_power_type );
1622
1622
1623
1623
bool smu_mode1_reset_is_support (struct smu_context * smu );
1624
- bool smu_mode2_reset_is_support (struct smu_context * smu );
1625
1624
bool smu_link_reset_is_support (struct smu_context * smu );
1626
1625
int smu_mode1_reset (struct smu_context * smu );
1627
1626
int smu_link_reset (struct smu_context * smu );
You can’t perform that action at this time.
0 commit comments