Re: [PATCH] drm/amdgpu: add high priority compute support for gfx9

2018-01-03 Thread Andres Rodriguez
On 2018-01-03 06:29 PM, Alex Deucher wrote: On Tue, Jan 2, 2018 at 3:49 PM, Andres Rodriguez wrote: We follow the same approach as gfx8. The only changes are register access macros. Tested on vega10. The execution latency results fall within the expected ranges from the polaris10 data. Sign

Re: [PATCH] drm/amdgpu: add high priority compute support for gfx9

2018-01-03 Thread Alex Deucher
On Tue, Jan 2, 2018 at 3:49 PM, Andres Rodriguez wrote: > We follow the same approach as gfx8. The only changes are register > access macros. > > Tested on vega10. The execution latency results fall within the expected > ranges from the polaris10 data. > > Signed-off-by: Andres Rodriguez Reviewe