]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: check kdb_bin_size to exclude kdb loading sequence
authorHawking Zhang <Hawking.Zhang@amd.com>
Tue, 16 Jul 2019 05:48:19 +0000 (13:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Jul 2019 19:49:57 +0000 (14:49 -0500)
commitb9743ac8233d6a99d87d0b7f8717db8aba7b2312
tree87c1aaa002046d0a483865754263a3d55a0a4bd8
parent1bbdfc17c415cba727814db83280a48348a2d254
drm/amdgpu: check kdb_bin_size to exclude kdb loading sequence

The legacy navi10 sos binary will not carry on kdb image. the kdb_start_addr
is actually the start address of sys_drv image and shouldn't be sent to psp
bootloader.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c