Re: [PATCH] drm/amdgpu: add module parameter to enable/disable bulk move

2018-09-11 Thread Huang Rui
On Tue, Sep 11, 2018 at 12:49:59PM +0200, Christian König wrote: > Am 11.09.2018 um 12:24 schrieb Huang Rui: > >On Tue, Sep 11, 2018 at 06:05:57PM +0800, Christian König wrote: > >>Am 11.09.2018 um 05:41 schrieb Huang Rui: > >> > >> The bulk moving mechanism still has bug on some corner cases.

Re: [PATCH] drm/amdgpu: add module parameter to enable/disable bulk move

2018-09-11 Thread Christian König
Am 11.09.2018 um 12:24 schrieb Huang Rui: On Tue, Sep 11, 2018 at 06:05:57PM +0800, Christian König wrote: Am 11.09.2018 um 05:41 schrieb Huang Rui: The bulk moving mechanism still has bug on some corner cases. So disable it by default till it is fixed. We can use the module paramete

Re: [PATCH] drm/amdgpu: add module parameter to enable/disable bulk move

2018-09-11 Thread Huang Rui
On Tue, Sep 11, 2018 at 06:05:57PM +0800, Christian König wrote: > Am 11.09.2018 um 05:41 schrieb Huang Rui: > > The bulk moving mechanism still has bug on some corner cases. So disable > it by > default till it is fixed. We can use the module parameter to enable it for > debugging. >

Re: [PATCH] drm/amdgpu: add module parameter to enable/disable bulk move

2018-09-11 Thread Christian König
Am 11.09.2018 um 05:41 schrieb Huang Rui: The bulk moving mechanism still has bug on some corner cases. So disable it by default till it is fixed. We can use the module parameter to enable it for debugging. Please no. Module parameters are for end users, not developers. I really don't want a b

[PATCH] drm/amdgpu: add module parameter to enable/disable bulk move

2018-09-10 Thread Huang Rui
The bulk moving mechanism still has bug on some corner cases. So disable it by default till it is fixed. We can use the module parameter to enable it for debugging. Signed-off-by: Huang Rui Cc: Christian K??nig Cc: Tom StDenis --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm