summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/lib
diff options
context:
space:
mode:
authorDave Airlie2017-09-28 00:37:34 +0200
committerAlex Deucher2017-09-28 22:03:23 +0200
commitfdd495c57b87078dbcbbc07fa6bf93b5605a95ff (patch)
tree0de3df98e98090ba3227d2a52f759ee43701c3db /drivers/gpu/drm/amd/lib
parentdrm/amdgpu: map compute rings by least recently used pipe (diff)
downloadkernel-qcow2-linux-fdd495c57b87078dbcbbc07fa6bf93b5605a95ff.tar.gz
kernel-qcow2-linux-fdd495c57b87078dbcbbc07fa6bf93b5605a95ff.tar.xz
kernel-qcow2-linux-fdd495c57b87078dbcbbc07fa6bf93b5605a95ff.zip
amdgpu: don't ask about CHASH just default it for now.
If we bump this up a level, we can ask about it, for now, just default to what amdgpu does. Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/lib')
-rw-r--r--drivers/gpu/drm/amd/lib/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/lib/Kconfig b/drivers/gpu/drm/amd/lib/Kconfig
index 03ee7ad21ac3..776ef3434c10 100644
--- a/drivers/gpu/drm/amd/lib/Kconfig
+++ b/drivers/gpu/drm/amd/lib/Kconfig
@@ -4,7 +4,8 @@ menu "AMD Library routines"
# Closed hash table
#
config CHASH
- tristate "Closed hash table"
+ tristate
+ default DRM_AMDGPU
help
Statically sized closed hash table implementation with low
memory and CPU overhead.