]> 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)
commit6a2cd65de37ee4b49dbc739d30cf17aae5b25ee8
treed5f5428cde279bfb53b05845a86f626eb97c69a0
parentc0105b2c02f995da7a8894ff943b00ed2e225f76
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]