]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: split ip hw_init into 2 phases
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 10 Oct 2018 11:28:30 +0000 (19:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Oct 2018 19:49:09 +0000 (14:49 -0500)
commit12816eb1fbe944ba0794de5f0f128820d1036e9b
tree19e4ffc7fa7146af1c9b4916bb9098632d3e86b9
parent1e0baee76ac750681834db176610e52241e3c468
drm/amdgpu: split ip hw_init into 2 phases

We need to do some IPs earlier to deal with ordering issues
similar to how resume is split into two phases.

Will do fw loading via smu/psp between the two phases.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c