All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/amdgpu: Really leave SI support disabled by default
@ 2017-05-29  9:20 Michel Dänzer
       [not found] ` <20170529092026.5567-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Michel Dänzer @ 2017-05-29  9:20 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

From: Michel Dänzer <michel.daenzer@amd.com>

The default option value didn't match the help text and intention.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
---

Maybe this can be squashed into the commit adding this option when it
goes upstream.

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 17ecc2542af5..76dea5fe620b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -234,7 +234,7 @@ MODULE_PARM_DESC(param_buf_per_se, "the size of Off-Chip Pramater Cache per Shad
 module_param_named(param_buf_per_se, amdgpu_param_buf_per_se, int, 0444);
 
 #ifdef CONFIG_DRM_AMDGPU_SI
-int amdgpu_si_support = 1;
+int amdgpu_si_support = 0;
 MODULE_PARM_DESC(si_support, "SI support (1 = enabled, 0 = disabled (default))");
 module_param_named(si_support, amdgpu_si_support, int, 0444);
 #endif
-- 
2.11.0

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-05-30 14:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29  9:20 [PATCH 1/3] drm/amdgpu: Really leave SI support disabled by default Michel Dänzer
     [not found] ` <20170529092026.5567-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-05-29  9:20   ` [PATCH 2/3] drm/radeon: Make si_support and cik_support parameters always available Michel Dänzer
2017-05-29  9:20   ` [PATCH 3/3] drm/amdgpu/radeon: Use radeon by default for CIK GPUs Michel Dänzer
     [not found]     ` <20170529092026.5567-3-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-05-29 14:24       ` Kai Wasserbäch
     [not found]         ` <27357f85-4149-40c5-f408-6091b07fcd2b-1ZKVMVCtJ2dx9oSEVPI0kiST3g8Odh+X@public.gmane.org>
2017-05-30  3:22           ` Michel Dänzer
2017-05-30  3:30       ` Michel Dänzer
     [not found]         ` <42a9725f-58f7-d862-0a39-f8f3f6ed615a-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-05-30  9:17           ` Grazvydas Ignotas
     [not found]             ` <CANOLnOOO574oSPA_A9Yz=dRJGsXkPcjWn8OHEmpg4qtoeadVNA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-30  9:49               ` Michel Dänzer
2017-05-30 14:59       ` Deucher, Alexander
2017-05-29 17:18   ` [PATCH 1/3] drm/amdgpu: Really leave SI support disabled by default Christian König
     [not found]     ` <b0db57f8-ccdf-4af7-c9fd-0a5cd3545099-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-05-30  3:26       ` Michel Dänzer
     [not found]         ` <3f76e24c-d27c-62af-dd81-02080d058753-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-05-30  7:57           ` Christian König

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.