drm/amdgpu: update the handle ptr in is_idle

Update the *handle to amdgpu_ip_block ptr for all
functions pointers of is_idle.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Sunil Khatri
2025-02-19 23:40:52 +05:30
committed by Alex Deucher
parent cb0de06d1b
commit 7dc3405403
78 changed files with 148 additions and 148 deletions

View File

@@ -124,7 +124,7 @@ static int isp_early_init(struct amdgpu_ip_block *ip_block)
return 0;
}
static bool isp_is_idle(void *handle)
static bool isp_is_idle(struct amdgpu_ip_block *ip_block)
{
return true;
}