Skip to content

Commit

Permalink
drm/amdgpu: clean the dummy resume functions
Browse files Browse the repository at this point in the history
Remove the dummy resume 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>
  • Loading branch information
Sunil Khatri authored and Alex Deucher committed Oct 22, 2024
1 parent 780002b commit fbcd0ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ static int isp_suspend(struct amdgpu_ip_block *ip_block)
return 0;
}

static int isp_resume(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;
Expand Down Expand Up @@ -167,7 +162,6 @@ static const struct amd_ip_funcs isp_ip_funcs = {
.hw_init = isp_hw_init,
.hw_fini = isp_hw_fini,
.suspend = isp_suspend,
.resume = isp_resume,
.is_idle = isp_is_idle,
.wait_for_idle = isp_wait_for_idle,
.soft_reset = isp_soft_reset,
Expand Down

0 comments on commit fbcd0ad

Please sign in to comment.