Re: [PATCH 2/3] drm/amdgpu: free up the first paging queue

2019-03-13 Thread Christian König
*From:* amd-gfx on behalf of Kuehling, Felix *Sent:* Tuesday, March 12, 2019 11:29 AM *To:* Christian König; amd-gfx@lists.freedesktop.org *Subject:* RE: [PATCH 2/3] drm/amdgpu: free up the first paging queue I think this would break Raven, which only has one SDMA engine. Regard

Re: [PATCH 2/3] drm/amdgpu: free up the first paging queue

2019-03-12 Thread Alex Deucher
On Tue, Mar 12, 2019 at 8:37 AM Christian König wrote: > > We need the first paging queue to handle page faults. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 20 > 1 file changed, 12 insertions(+), 8 deletions(-) > > diff --git a/driver

Re: [PATCH 2/3] drm/amdgpu: free up the first paging queue

2019-03-12 Thread Deucher, Alexander
I don't think Raven has a paging queue in the first place. Alex From: amd-gfx on behalf of Kuehling, Felix Sent: Tuesday, March 12, 2019 11:29 AM To: Christian König; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH 2/3] drm/amdgpu: free up the first p

RE: [PATCH 2/3] drm/amdgpu: free up the first paging queue

2019-03-12 Thread Kuehling, Felix
I think this would break Raven, which only has one SDMA engine. Regards, Felix -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Tuesday, March 12, 2019 8:38 AM To: amd-gfx@lists.freedesktop.org Subject: [PATCH 2/3] drm/amdgpu: free up the first paging queue We need