Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c548 bool baco_reset = false; in soc15_asic_reset_method() local
576 baco_reset = amdgpu_dpm_is_baco_supported(adev); in soc15_asic_reset_method()
580 baco_reset = amdgpu_dpm_is_baco_supported(adev); in soc15_asic_reset_method()
588 baco_reset = false; in soc15_asic_reset_method()
602 if (baco_reset) in soc15_asic_reset_method()
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()
Dvi.c923 bool baco_reset; in vi_asic_reset_method() local
940 baco_reset = amdgpu_dpm_is_baco_supported(adev); in vi_asic_reset_method()
943 baco_reset = false; in vi_asic_reset_method()
947 if (baco_reset) in vi_asic_reset_method()