[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

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 <christian.koe...@amd.com> > > > > Enable/disable the handling glob

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

2017-02-06 Thread Christian König
: 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 <christian.koe...@amd.com> 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,

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

[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 ---