]> 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)
commite55ce86cddfa869052b07fabfd647eb6206d8435
treee0179f53a1d96585e54989e015f5058567d21744
parentef287dffae9cd6d3273e7672311ca365743c3721
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