]> git.karo-electronics.de Git - linux-beck.git/commit
drm/amdgpu: Encapsulate some VM table update parameters (v2)
authorHarish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Thu, 21 Apr 2016 14:40:18 +0000 (10:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 May 2016 17:53:54 +0000 (13:53 -0400)
commitf4833c4fd4d76ddee9e647814a64251801844db7
tree554be20e9e2889b7e5f5ef554e6e2229f00bf072
parentf84e63f2ffed8a12ba58a154dc17a5ed6d31d61d
drm/amdgpu: Encapsulate some VM table update parameters (v2)

Bundle some VM table parameters into amdgpu_vm_update_params structure,
so that number of function parameters can be reduced. Only structural
change, no logic change.

v2: agd: squash in fix from Harish

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