drm/radeon: use an intervall tree to manage the VMA v2
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Jul 2014 15:49:56 +0000 (11:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Aug 2014 12:53:51 +0000 (08:53 -0400)
Scales much better than scanning the address range linearly.

v2: store pfn instead of address

Signed-off-by: Christian König <christian.koenig@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_gem.c
drivers/gpu/drm/radeon/radeon_trace.h
drivers/gpu/drm/radeon/radeon_vm.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge