Re: [PATCH] drm/amdgpu: fix sdma doorbell range setting

2018-08-21 Thread Deucher, Alexander
/amdgpu: fix sdma doorbell range setting [+Kent] Which branch is this for? amd-staging-drm-next doesn't have Shaoyun's other changes for changing the doorbell layout, so this change looks reasonable for amd-staging-drm-next. Kent, we should not merge this change into amd-kfd-staging, because it would

Re: [PATCH] drm/amdgpu: fix sdma doorbell range setting

2018-08-21 Thread Felix Kuehling
[+Kent] Which branch is this for? amd-staging-drm-next doesn't have Shaoyun's other changes for changing the doorbell layout, so this change looks reasonable for amd-staging-drm-next. Kent, we should not merge this change into amd-kfd-staging, because it would break KFD's 8 SDMA queues per

Re: [PATCH] drm/amdgpu: fix sdma doorbell range setting

2018-08-21 Thread Deucher, Alexander
-gfx@lists.freedesktop.org Cc: Deucher, Alexander; Quan, Evan Subject: RE: [PATCH] drm/amdgpu: fix sdma doorbell range setting Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: 2018年8月21日 16:21 To: amd-gfx@lists.freedesktop.org Cc

RE: [PATCH] drm/amdgpu: fix sdma doorbell range setting

2018-08-21 Thread Zhang, Hawking
Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: 2018年8月21日 16:21 To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan ; Zhang, Hawking Subject: [PATCH] drm/amdgpu: fix sdma doorbell range setting Use the old

[PATCH] drm/amdgpu: fix sdma doorbell range setting

2018-08-21 Thread Evan Quan
Use the old doorbell range setting until the driver is able to support more sdma queues. Change-Id: I80fc067fc64878d3c7dc3d38bbe1c6c94bec397f Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git