]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove detect_hw_virtualization interface
authorXiangliang Yu <Xiangliang.Yu@amd.com>
Mon, 9 Jan 2017 03:53:14 +0000 (11:53 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jan 2017 16:13:05 +0000 (11:13 -0500)
commit7a59a54cbdea78371f71350157f309509f7aaacb
tree4db252af5784403a7619a28e96f91da2a700ad72
parentd06478a6f1eb888dc429263dbaed44215edd594c
drm/amdgpu: remove detect_hw_virtualization interface

Call detection function driectly, so remove the interface.

V2: ci and si also need to call the detect function.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Monk Liu <monk.liu@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/si.c