OSDN Git Service

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)
commit53b2fe415fb161b25efa685d89848db273e4ea42
treeb27a41bebcbf8e276fd9b8357a7082eb32c41df5
parent19191961659c5208a03f81fabe2688ddd6264efb
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