]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8d7175e8af710d8c735231153c088265e4d9cd3
treea03b0e2e696f33d6f84bbd1826e4936990e8eaba
parentc337f711a265d4092ca995e1f1aa946b5f1caec3
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