diff options
| author | Hawking Zhang <[email protected]> | 2024-08-19 14:59:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-23 14:53:16 +0000 |
| commit | b05d6476ae2dde8eb447f907ab689083499edeaa (patch) | |
| tree | 764a7c485c18d99b17b4aa7622a0fd21e01f63b9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h | |
| parent | drm/amdgpu: Take IOMMU remapping into account for p2p checks (diff) | |
| download | kernel-b05d6476ae2dde8eb447f907ab689083499edeaa.tar.gz kernel-b05d6476ae2dde8eb447f907ab689083499edeaa.zip | |
drm/amdgpu: Retire query_utcl2_poison_status callback
Driver switches to interrupt source id to identify
utcl2 poison event. polling interface is not needed.
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h index 103a837ccc71..c7b44aeb671b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h @@ -38,8 +38,6 @@ struct amdgpu_gfxhub_funcs { void (*mode2_save_regs)(struct amdgpu_device *adev); void (*mode2_restore_regs)(struct amdgpu_device *adev); void (*halt)(struct amdgpu_device *adev); - bool (*query_utcl2_poison_status)(struct amdgpu_device *adev, - int xcc_id); }; struct amdgpu_gfxhub { |
