OSDN Git Service

drm/amdgpu: use more than 64KB fragment size if possible
authorChristian König <christian.koenig@amd.com>
Mon, 8 Aug 2016 12:40:18 +0000 (14:40 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Aug 2016 18:06:08 +0000 (14:06 -0400)
commite2b84e4be37462e77f34b5bd057d2483fcd3ca98
tree4432c49dd54c3ea8d65ddfbbbdd9b996dee7bc84
parent92696dd52e58b5caaee1dc027cf14f327f91d2e1
drm/amdgpu: use more than 64KB fragment size if possible

We align to 64KB, but when userspace aligns even more we can easily use more.

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