]> git.baikalelectronics.ru Git - kernel.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)
commit9bbef6d9abea1cfada2bdd0562c0bf0b88804ccb
treee0179f53a1d96585e54989e015f5058567d21744
parent4a99672bb281df0169969cbfee17dc4c03aca646
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