drm/amdgpu/pm_runtime: update usage count in fence handling
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Dec 2019 22:43:36 +0000 (17:43 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2019 21:09:11 +0000 (16:09 -0500)
commit45a80abebce46fa4812eff16e5e7c405099d56ed
treeb9de5d8cbe29dca1002016c87af3a4fff000e800
parentf1e1483b279cd048ff9b06f3597c5e2b774b2136
drm/amdgpu/pm_runtime: update usage count in fence handling

Increment the usage count in emit fence, and decrement in
process fence to make sure the GPU is always considered in
use while there are fences outstanding.  We always wait for
the engines to drain in runtime suspend, but in practice
that only covers short lived jobs for gfx.  This should
cover us for longer lived fences.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c