Re: [PATCH] drm/amdgpu: remove unused parameter for va update

2018-06-11 Thread zhoucm1
On 2018年06月12日 14:01, Junwei Zhang wrote: Don't need validation list any more Signed-off-by: Junwei Zhang Reviewed-by: Chunming Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.

Re: [PATCH] drm/amdgpu: allocate shared fence slot in VA IOCTL

2018-06-11 Thread Zhang, Jerry (Junwei)
On 06/12/2018 10:25 AM, zhoucm1 wrote: On 2018年06月11日 21:23, Christian König wrote: Per VM BOs share the reservation object with the PD and so need to reserve a shared fence slot for the update. Signed-off-by: Christian König Reviewed-by: Chunming Zhou Reviewed-by: Junwei Zhang ---

[PATCH] drm/amdgpu: remove unused parameter for va update

2018-06-11 Thread Junwei Zhang
Don't need validation list any more Signed-off-by: Junwei Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c index 5fb156a..eff716d 100644 ---

Re: [PATCH] drm/amdgpu: allocate shared fence slot in VA IOCTL

2018-06-11 Thread zhoucm1
On 2018年06月11日 21:23, Christian König wrote: Per VM BOs share the reservation object with the PD and so need to reserve a shared fence slot for the update. Signed-off-by: Christian König Reviewed-by: Chunming Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +- 1 file changed, 1 in

Re: [PATCH] Add/update function level documentation and add reference to amdgpu_vm.c in amdgpu.rst

2018-06-11 Thread Michel Dänzer
On 2018-06-11 05:14 PM, Andrey Grodzovsky wrote: > Signed-off-by: Andrey Grodzovsky > --- > Documentation/gpu/amdgpu.rst | 9 ++ > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 193 > - > 2 files changed, 177 insertions(+), 25 deletions(-) > > diff --git a

[PATCH] Add/update function level documentation and add reference to amdgpu_vm.c in amdgpu.rst

2018-06-11 Thread Andrey Grodzovsky
Signed-off-by: Andrey Grodzovsky --- Documentation/gpu/amdgpu.rst | 9 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 193 - 2 files changed, 177 insertions(+), 25 deletions(-) diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index

Re: [PATCH v2 3/3] drm/amdgpu: Add plumbing for handling SQ EDC/ECC interrupts v2.

2018-06-11 Thread Nicolai Hähnle
Looks good to me. Series: Reviewed-by: Nicolai Hähnle On 08.06.2018 00:19, Andrey Grodzovsky wrote: From: David Panariti SQ can generate interrupts and installs the ISR to handle the SQ interrupts. Add parsing SQ data in interrupt handler. v2: Remove CZ only limitation. Rebase. Signed-off

Re: [PATCH] drm/amd/display: Fix stale buffer object (bo) use

2018-06-11 Thread Andrey Grodzovsky
Reviewed-by: Andrey Grodzovsky Andrey On 06/11/2018 02:46 AM, Pratik Vishwakarma wrote: Fixes stale buffer object (bo) usage for cursor plane Cursor plane's bo operations are handled in DC code. Currently, atomic_commit() does not handle bo operations for cursor plane, as a result the bo ass

Re: gitlab migration

2018-06-11 Thread sylvain . bertrand
On Mon, Jun 11, 2018 at 12:33:52PM +0200, Michel Dänzer wrote: > Adding the amd-gfx list, in cases somebody there has concerns or other > feedback. For feedback: I attempted a migration on gitlab of my repos but I was blocked because it's not noscript/xhtml basic browser friendly. I was successfu

Re: [PATCH v2 1/3] drm/amdgpu: Added ISR for CP ECC/EDC interrupt v2.

2018-06-11 Thread Andrey Grodzovsky
Ping for the series. Andrey On 06/07/2018 06:19 PM, Andrey Grodzovsky wrote: From: David Panariti ISR will DRM_ERROR ECC error message. v2: Remove CZ only limitation. Rebase. Signed-off-by: David Panariti Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +

[PATCH] drm/amdgpu: allocate shared fence slot in VA IOCTL

2018-06-11 Thread Christian König
Per VM BOs share the reservation object with the PD and so need to reserve a shared fence slot for the update. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b

Re: gitlab migration

2018-06-11 Thread Michel Dänzer
On 2018-06-08 08:08 PM, Adam Jackson wrote: > I'd like us to start moving repos and bug tracking into gitlab. > Hopefully everyone's aware that gitlab exists and why fdo projects are > migrating to it. If not, the thread about Mesa's migration provides > some useful background: > > https://lists.x