For series: Review-by: Likun Gao <likun.gao at amd.com> Thanks for all your efforts and will apply those patch to pco topic branch Regards, Likun -----Original Message----- From: James Zhu <jzhums@xxxxxxxxx> Sent: Friday, August 10, 2018 12:32 AM To: amd-gfx at lists.freedesktop.org Cc: Zhu, James <James.Zhu at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Gao, Likun <Likun.Gao at amd.com>; Huang, Ray <Ray.Huang at amd.com> Subject: [PATCH v2 1/5] drm/amdgpu:add tmr mac address into amdgpu_firmware_info amdgpu IP blocks booting need Trust Memory Region(tmr) mac address of its firmware which is loaded by PSP Signed-off-by: James Zhu <James.Zhu at amd.com> Reviewed-by: Alex Deucher <alexander.deucher at amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h index 11e81a3..e9d64e7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h @@ -232,6 +232,9 @@ struct amdgpu_firmware_info { void *kaddr; /* ucode_size_bytes */ uint32_t ucode_size; + /* starting tmr mc address */ + uint32_t tmr_mc_addr_lo; + uint32_t tmr_mc_addr_hi; }; struct amdgpu_firmware { -- 2.7.4