Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mca.c499 ret = amdgpu_ras_set_mca_debug_mode(adev, val ? true : false); in amdgpu_mca_smu_debug_mode_set()
Damdgpu_ras.h902 int amdgpu_ras_set_mca_debug_mode(struct amdgpu_device *adev, bool enable);
Damdgpu_ras.c3908 amdgpu_ras_set_mca_debug_mode(adev, false); in amdgpu_ras_late_init()
4302 int amdgpu_ras_set_mca_debug_mode(struct amdgpu_device *adev, bool enable) in amdgpu_ras_set_mca_debug_mode() function