Searched refs:baco_reset (Results 1 – 3 of 3) sorted by relevance
524 bool baco_reset; in soc15_asic_reset_method() local531 soc15_asic_get_baco_capability(adev, &baco_reset); in soc15_asic_reset_method()535 soc15_asic_get_baco_capability(adev, &baco_reset); in soc15_asic_reset_method()537 baco_reset = false; in soc15_asic_reset_method()538 if (baco_reset) { in soc15_asic_reset_method()543 baco_reset = false; in soc15_asic_reset_method()547 baco_reset = false; in soc15_asic_reset_method()551 if (baco_reset) in soc15_asic_reset_method()
540 int (*baco_reset)(struct smu_context *smu); member761 ((smu)->funcs->baco_reset? (smu)->funcs->baco_reset((smu)) : 0)
1806 .baco_reset = smu_v11_0_baco_reset,