RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-28 Thread Yu, Xiangliang
> -Original Message- > From: Christian König [mailto:deathsim...@vodafone.de] > Sent: Friday, October 28, 2016 6:13 PM > To: Yu, Xiangliang ; Alex Deucher > > Cc: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring &g

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-28 Thread Christian König
x-boun...@lists.freedesktop.org] On Behalf Of Christian K?nig Sent: Wednesday, October 05, 2016 10:13 PM To: amd-gfx@lists.freedesktop.org Subject: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well From: Christian König They are constant as well. Signed-off-by: Chris

RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-27 Thread Yu, Xiangliang
gt; >> > > > >> > > > >> > > Thanks! > >> > > Xiangliang Yu > >> > > > >> > >> -Original Message- > >> > >> From: amd-gfx [mailto:amd-gfx-boun...@lists

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-27 Thread Alex Deucher
amdgpu_ring will lost the meaning. >> > > >> > > >> > > Thanks! >> > > Xiangliang Yu >> > > >> > >> -Original Message- >> > >> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.o

RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-27 Thread Yu, Xiangliang
he meaning. > > > > > > > > > Thanks! > > > Xiangliang Yu > > > > > >> -Original Message----- > > >> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On > > >> Behalf Of Christian K?nig > > >

RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-26 Thread Yu, Xiangliang
he struct design, and the > amdgpu_ring will lost the meaning. > > > > > > Thanks! > > Xiangliang Yu > > > >> -Original Message- > >> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On > >> Behalf Of Christian K?nig > >&g

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-26 Thread Christian König
will lost the meaning. Thanks! Xiangliang Yu -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Christian K?nig Sent: Wednesday, October 05, 2016 10:13 PM To: amd-gfx@lists.freedesktop.org Subject: [PATCH 8/8] drm/amdgpu: move align_mask and nop

RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-26 Thread Yu, Xiangliang
! Xiangliang Yu > -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Christian K?nig > Sent: Wednesday, October 05, 2016 10:13 PM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ri

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-11 Thread Christian König
Tom *From:* amd-gfx on behalf of Christian König *Sent:* Tuesday, October 11, 2016 09:26 *To:* Andy Furniss; amd-gfx@lists.freedesktop.org *Subject:* Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-11 Thread StDenis, Tom
It dies on my Tonga just FYI (save you some trouble). Tom From: amd-gfx on behalf of Christian König Sent: Tuesday, October 11, 2016 09:26 To: Andy Furniss; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-11 Thread Christian König
Am 11.10.2016 um 15:13 schrieb Andy Furniss: Christian König wrote: From: Christian König They are constant as well. I die on driver load with this commit on R9285 testing on 4.9-wip. Probably just a typo in the hardware handling. Going to switch to my Tonga in a minute, but I only got a

Re: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-11 Thread Andy Furniss
Christian König wrote: From: Christian König They are constant as well. I die on driver load with this commit on R9285 testing on 4.9-wip. ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gf

RE: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-05 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Christian König > Sent: Wednesday, October 05, 2016 10:13 AM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs &

[PATCH 8/8] drm/amdgpu: move align_mask and nop into ring funcs as well

2016-10-05 Thread Christian König
From: Christian König They are constant as well. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 19 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 8 drivers/gpu/drm/amd/amdgpu/cik_sdma.c| 7 --- drivers/gpu/drm/amd/amdgpu/gfx_v