* [PATCH] amdgpu: don't ask about CHASH just default it for now.
@ 2017-09-27 22:38 Dave Airlie
[not found] ` <20170927223807.460-1-airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2017-09-27 22:38 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
From: Dave Airlie <airlied@redhat.com>
If we bump this up a level, we can ask about it, for now,
just default to what amdgpu does.
Signed-off-by: Dave Airlie <airlied@redhat.com>
---
drivers/gpu/drm/amd/lib/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/lib/Kconfig b/drivers/gpu/drm/amd/lib/Kconfig
index 03ee7ad..776ef34 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.
--
2.9.4
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] amdgpu: don't ask about CHASH just default it for now.
[not found] ` <20170927223807.460-1-airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-09-28 18:04 ` Felix Kuehling
0 siblings, 0 replies; 2+ messages in thread
From: Felix Kuehling @ 2017-09-28 18:04 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Dave Airlie
On 2017-09-27 06:38 PM, Dave Airlie wrote:
> From: Dave Airlie <airlied@redhat.com>
>
> If we bump this up a level, we can ask about it, for now,
> just default to what amdgpu does.
>
> Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
> ---
> drivers/gpu/drm/amd/lib/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/lib/Kconfig b/drivers/gpu/drm/amd/lib/Kconfig
> index 03ee7ad..776ef34 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.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-28 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 22:38 [PATCH] amdgpu: don't ask about CHASH just default it for now Dave Airlie
[not found] ` <20170927223807.460-1-airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-28 18:04 ` Felix Kuehling
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.