drm/ttm: remove unused paramter
authorJesse Zhang <jesse.zhang@amd.com>
Mon, 1 Apr 2024 03:04:43 +0000 (11:04 +0800)
committerChristian König <christian.koenig@amd.com>
Thu, 11 Apr 2024 09:44:22 +0000 (11:44 +0200)
commitba42ecb590d9b1dff19c3714d0de6ddcbcfd5d75
tree811169923fcedeb7d831319c35379810f7e58eb3
parenta6020c4386a0fd1d510909cf84382504ab239fe2
drm/ttm: remove unused paramter

remove the unsed the paramter in the function
ttm_bo_bounce_temp_buffer and ttm_bo_add_move_fence.
 V2:rebase the patch on top of drm-misc-next (Christian)

Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240401030443.3384494-1-jesse.zhang@amd.com
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c