drm/amdgpu: add high priority compute support for gfx9
authorAndres Rodriguez <andresx7@gmail.com>
Tue, 2 Jan 2018 20:49:40 +0000 (15:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:17:10 +0000 (14:17 -0500)
commit761c77c195bf27d5127bbf4bcee83a112ebe6501
treea03b0e2e696f33d6f84bbd1826e4936990e8eaba
parent10cd19c87736c1354ef7c175729433b73a988fb1
drm/amdgpu: add high priority compute support for gfx9

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.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c