]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add function pointer to the pte_update_params
authorChristian König <christian.koenig@amd.com>
Fri, 12 Aug 2016 11:29:18 +0000 (13:29 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2016 14:44:45 +0000 (10:44 -0400)
commit40fc643979c787df24517e083018bb5fb47d0e73
tree926f32e39cff4e7a628803abb68fb9c228bfcd0f
parentfd96d728b201aef0879b1cdb3c779e46385e3768
drm/amdgpu: add function pointer to the pte_update_params

Remember what function to call while planning the commands instead
of figuring it our later on.

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