]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu/sriov:move in_reset to adev and rename
authorMonk Liu <Monk.Liu@amd.com>
Fri, 15 Sep 2017 10:57:12 +0000 (18:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 19:14:08 +0000 (15:14 -0400)
commit3224a12b90f6bee789d2051b18a8249a82ad92d4
treee0179f53a1d96585e54989e015f5058567d21744
parent7c3f2167b4b66a0994a643c8a3bcf01ec3433b8b
drm/amdgpu/sriov:move in_reset to adev and rename

currently in_reset is only used in sriov gpu reset, and it
will be used for other non-gfx hw component later, like
PSP, so move it from gfx to adev and rename to in_sriov_reset
make more sense.

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