Searched refs:baco_reset (Results 1 – 3 of 3) sorted by relevance
526 bool baco_reset = false; in soc15_asic_reset_method() local557 baco_reset = amdgpu_dpm_is_baco_supported(adev); in soc15_asic_reset_method()564 baco_reset = false; in soc15_asic_reset_method()566 baco_reset = amdgpu_dpm_is_baco_supported(adev); in soc15_asic_reset_method()581 if (baco_reset) in soc15_asic_reset_method()
1392 bool baco_reset; in cik_asic_reset_method() local1405 baco_reset = cik_asic_supports_baco(adev); in cik_asic_reset_method()1408 baco_reset = false; in cik_asic_reset_method()1412 if (baco_reset) in cik_asic_reset_method()
920 bool baco_reset; in vi_asic_reset_method() local937 baco_reset = amdgpu_dpm_is_baco_supported(adev); in vi_asic_reset_method()940 baco_reset = false; in vi_asic_reset_method()944 if (baco_reset) in vi_asic_reset_method()
Completed in 12 milliseconds