diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2024-08-19 22:59:19 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-23 10:53:16 -0400 |
commit | b05d6476ae2dde8eb447f907ab689083499edeaa (patch) | |
tree | 764a7c485c18d99b17b4aa7622a0fd21e01f63b9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h | |
parent | 75f0efbc4b3b088cca20864d055b3854a51b5af0 (diff) | |
download | linux-b05d6476ae2dde8eb447f907ab689083499edeaa.tar.gz linux-b05d6476ae2dde8eb447f907ab689083499edeaa.tar.bz2 linux-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 <Hawking.Zhang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 { |