drm/amdgpu: Remove unused amdgpu_device_ip_is_idle
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 23 Sep 2024 01:24:42 +0000 (02:24 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Sep 2024 21:06:19 +0000 (17:06 -0400)
commit632aac6299d6796bba15bdd09f0924f75e010d9c
tree5d94debed37e8ee91f7ee766de0a9357c4f3a00f
parent1e4acf4d93cdc3ffae1b835e304a3f491e4d363e
drm/amdgpu: Remove unused amdgpu_device_ip_is_idle

amdgpu_device_ip_is_idle is unused.
It was renamed from 'amdgpu_is_idle' which was originally added in
commit 5dbbb60ba61e ("drm/amdgpu: add IP helpers for wait_for_idle and is_idle")

but hasn't been used.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c