projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35161bb
)
amdgpu: don't ask about CHASH just default it for now.
author
Dave Airlie
<airlied@redhat.com>
Wed, 27 Sep 2017 22:37:34 +0000
(08:37 +1000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 28 Sep 2017 20:03:23 +0000
(16:03 -0400)
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>
drivers/gpu/drm/amd/lib/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/lib/Kconfig
b/drivers/gpu/drm/amd/lib/Kconfig
index 03ee7ad21ac3f5a04100ea1330e8f7b89af7a765..776ef3434c10f0a5ea2d65c74fed9c2f4df90a57 100644
(file)
--- 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.