OSDN Git Service

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)
commita14faa6573d956e7212c41f4dd0e346798491a7d
tree0d450e5eae9bcc85735d0296c43659df326c6c10
parent9ab21462894ddcb5463211cefaab18334fdde244
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