drm/amdgpu: add the VM pointer to the amdgpu_pte_update_params as well
authorChristian König <christian.koenig@amd.com>
Thu, 13 Oct 2016 13:09:08 +0000 (15:09 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:55:23 +0000 (23:55 -0400)
commit49ac8a24caa9579656ea9058c8281d7f668b22dd
tree22be4105f68d9fe69a249cfc063189b147e89479
parenta24960f321dc5b59db3428733da5021af9bc7973
drm/amdgpu: add the VM pointer to the amdgpu_pte_update_params as well

This way we save passing it through the different functions.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c