[PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2

2017-02-08 Thread Christian König
From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. v2: write to the correct register, adjust bits to that hw generation v3: fix compilation, add the missing register bit definitions Signed-off-by: Christian König --- dr

RE: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2

2017-02-06 Thread Zhang, Jerry
König; amd-gfx@lists.freedesktop.org > Cc: b...@basnieuwenhuizen.nl > Subject: Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2 > > On 02.02.2017 11:25, Christian König wrote: > > From: Christian König > > > > Enable/disable the handling globally for now and print a war

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2

2017-02-06 Thread Christian König
bject: Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2 On 02.02.2017 11:25, Christian König wrote: From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. v2: write to the correct register, adjust bits to that hw gener

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2

2017-02-03 Thread Nicolai Hähnle
On 02.02.2017 11:25, Christian König wrote: From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. v2: write to the correct register, adjust bits to that hw generation Signed-off-by: Christian König --- drivers/gpu/drm/am

[PATCH 4/6] drm/amdgpu: implement PRT for GFX6 v2

2017-02-02 Thread Christian König
From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. v2: write to the correct register, adjust bits to that hw generation Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 55 +

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6

2017-01-30 Thread StDenis, Tom
Subject: Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 The changes to the GFX6/7/8 look reasonable though only question is you read from mmVM_PRT_CNTL and then write to mmVM_CONTEXT1_CNTL . Is that expected? Not at all! Looks like a copy&paste error while modifying the original patch. Th

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6

2017-01-30 Thread Christian König
ktop.org *Subject:* [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 63 +++

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6

2017-01-30 Thread Christian König
ject:* [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 63 +++

Re: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6

2017-01-30 Thread StDenis, Tom
, January 30, 2017 07:57 To: b...@basnieuwenhuizen.nl; airl...@gmail.com Cc: amd-gfx@lists.freedesktop.org Subject: [PATCH 4/6] drm/amdgpu: implement PRT for GFX6 From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. Signed-off-by

[PATCH 4/6] drm/amdgpu: implement PRT for GFX6

2017-01-30 Thread Christian König
From: Christian König Enable/disable the handling globally for now and print a warning when we enable it for the first time. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 63 +++ 1 file changed, 63 insertions(+) diff --git a/drivers