aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-07-30 11:49:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-05 08:53:51 -0400
commit0aea5e4aa299c465afafc77883ea2c19475036b1 (patch)
tree43afd9cf7bc0f0bd284f3e0089d4c546b9512fd7 /drivers/gpu/drm/Kconfig
parentc265f24d5ca3bf2877e857b93b0246098767e6a9 (diff)
drm/radeon: use an intervall tree to manage the VMA v2
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 31894c8c1773..b066bb3ca01a 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -114,6 +114,7 @@ config DRM_RADEON
114 select POWER_SUPPLY 114 select POWER_SUPPLY
115 select HWMON 115 select HWMON
116 select BACKLIGHT_CLASS_DEVICE 116 select BACKLIGHT_CLASS_DEVICE
117 select INTERVAL_TREE
117 help 118 help
118 Choose this option if you have an ATI Radeon graphics card. There 119 Choose this option if you have an ATI Radeon graphics card. There
119 are both PCI and AGP versions. You don't need to choose this to 120 are both PCI and AGP versions. You don't need to choose this to