mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amdgpu: clean the dummy suspend functions
Remove the dummy suspend functions for all ip blocks. Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
fbcd0ad5d1
commit
aa980de3b5
@@ -66,11 +66,6 @@ static int isp_hw_fini(struct amdgpu_ip_block *ip_block)
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
static int isp_suspend(struct amdgpu_ip_block *ip_block)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int isp_load_fw_by_psp(struct amdgpu_device *adev)
|
||||
{
|
||||
const struct common_firmware_header *hdr;
|
||||
@@ -161,7 +156,6 @@ static const struct amd_ip_funcs isp_ip_funcs = {
|
||||
.late_init = NULL,
|
||||
.hw_init = isp_hw_init,
|
||||
.hw_fini = isp_hw_fini,
|
||||
.suspend = isp_suspend,
|
||||
.is_idle = isp_is_idle,
|
||||
.wait_for_idle = isp_wait_for_idle,
|
||||
.soft_reset = isp_soft_reset,
|
||||
|
||||
Reference in New Issue
Block a user