aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
diff options
context:
space:
mode:
authorXiaojie Yuan <[email protected]>2019-08-16 10:00:54 +0000
committerAlex Deucher <[email protected]>2019-08-22 03:16:37 +0000
commit50e275e88044c8dfb952606a01b284dfe3ad36ab (patch)
treee64b81557c8d513d17e097a4cd750a610b941588 /drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
parentdrm/amdkfd: Fill the name field in node topology with asic name v2 (diff)
downloadkernel-50e275e88044c8dfb952606a01b284dfe3ad36ab.tar.gz
kernel-50e275e88044c8dfb952606a01b284dfe3ad36ab.zip
drm/amdgpu: remove redundant argument for psp_funcs::cmd_submit callback
Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_v3_1.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/psp_v3_1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
index c2ebc0020e5d..d2c727f6a8bd 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
@@ -411,7 +411,6 @@ static int psp_v3_1_ring_destroy(struct psp_context *psp,
}
static int psp_v3_1_cmd_submit(struct psp_context *psp,
- struct amdgpu_firmware_info *ucode,
uint64_t cmd_buf_mc_addr, uint64_t fence_mc_addr,
int index)
{