Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dgfx_v11_0_3.c107 .poison_consumption_handler = gfx_v11_0_3_poison_consumption_handler,
Damdgpu_gfx.h271 int (*poison_consumption_handler)(struct amdgpu_device *adev, member
Damdgpu_gfx.c856 if (adev->gfx.ras && adev->gfx.ras->poison_consumption_handler) in amdgpu_gfx_poison_consumption_handler()
857 return adev->gfx.ras->poison_consumption_handler(adev, entry); in amdgpu_gfx_poison_consumption_handler()