Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mca.c518 ret = amdgpu_ras_set_mca_debug_mode(adev, val ? true : false); in amdgpu_mca_smu_debug_mode_set()
Damdgpu_ras.h906 int amdgpu_ras_set_mca_debug_mode(struct amdgpu_device *adev, bool enable);
Damdgpu_ras.c4214 amdgpu_ras_set_mca_debug_mode(adev, false); in amdgpu_ras_late_init()
4667 int amdgpu_ras_set_mca_debug_mode(struct amdgpu_device *adev, bool enable) in amdgpu_ras_set_mca_debug_mode() function