]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
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)
commit9475a9434f594f3a972ab8cb71e9c1333923acf6
treed5f5428cde279bfb53b05845a86f626eb97c69a0
parent593aa2d282259e837bfe029f75474729b917e911
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]