]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: split VM mappings into smaller operations (v3)
authorChristian König <christian.koenig@amd.com>
Mon, 25 Jan 2016 13:27:31 +0000 (14:27 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 19:17:05 +0000 (14:17 -0500)
commit902c0f9e25fd620faa79afff19abb4725107f2d9
tree0d450e5eae9bcc85735d0296c43659df326c6c10
parentb3e4f135ccc67548e1f16961f51635430d9738d2
drm/amdgpu: split VM mappings into smaller operations (v3)

If we can't copy entries from the GTT or fill them with one command split
up the mapping operation into multiple ones.

v2: agd: rebase on upstream
v3: squash in Christian's fix

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