]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Add place holder for soc15 asic init on emulation
authorShaoyun Liu <Shaoyun.Liu@amd.com>
Thu, 1 Feb 2018 23:13:23 +0000 (18:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:19:49 +0000 (14:19 -0500)
commit9840b94c91a399f5bb79bce00990cb19685f3275
treed5f5428cde279bfb53b05845a86f626eb97c69a0
parent9aabbc48b5d48c108d3bd535b6a766a5e58a239b
drm/amdgpu: Add place holder for soc15 asic init on emulation

Add common smu_soc_asic_init function to emulate the sillicon post sequence

Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/emu_soc.c [new file with mode: 0644]