]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: enable gfx eop interrupt per gfx pipe
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 11 Mar 2019 14:04:44 +0000 (22:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 02:24:54 +0000 (21:24 -0500)
commitd0773465f60ff95a0e3e19a0878504fea359d0d5
treeb27a41bebcbf8e276fd9b8357a7082eb32c41df5
parentb6d4ea996957fe5ee886db5a511ddc306862933a
drm/amdgpu: enable gfx eop interrupt per gfx pipe

Navi10 has 2 gfx pipe and need to enable gfx eop interrupt
per pipe, instead of enable eop int for all gfx pipes at one
time.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c