Commit f3392e66 authored by Sunil Khatri's avatar Sunil Khatri Committed by Alex Deucher
Browse files

drm/amdgpu: add vcn ip dump ptr in vcn global struct



Add pointer to the vcn ip dump in the vcn global structure
to be accessible for all vcn version via global adev.

Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSunil Khatri <sunil.khatri@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8f28c465
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -330,6 +330,9 @@ struct amdgpu_vcn {
	uint16_t inst_mask;
	uint8_t	num_inst_per_aid;
	bool using_unified_queue;

	/* IP reg dump */
	uint32_t		*ip_dump;
};

struct amdgpu_fw_shared_rb_ptrs_struct {