Home
last modified time | relevance | path

Searched refs:baco_reset (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dsoc15.c526 bool baco_reset = false; in soc15_asic_reset_method() local
557 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()
A Dcik.c1392 bool baco_reset; in cik_asic_reset_method() local
1405 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()
A Dvi.c920 bool baco_reset; in vi_asic_reset_method() local
937 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 14 milliseconds