]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: use top down allocation for non-CPU accessible vram
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Sep 2015 19:06:08 +0000 (15:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Sep 2015 14:29:32 +0000 (10:29 -0400)
commitcace5dce5581a5a1232b68e1bc7b778ff40c328b
treef22c864963d5d4f786e5e5395d1a1f43f8f3568d
parent857d913d057f8e7330e9f17eaa2b0eb7ad492c33
drm/amdgpu: use top down allocation for non-CPU accessible vram

Should help avoid fragmentation of vram due to CPU access
requirements.

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