Commit 27a74c12 authored by Sunil Khatri's avatar Sunil Khatri Committed by Alex Deucher

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.
Signed-off-by: default avatarSunil Khatri <sunil.khatri@amd.com>
Acked-by: default avatarLeo Liu <leo.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 20588d5a
...@@ -330,6 +330,9 @@ struct amdgpu_vcn { ...@@ -330,6 +330,9 @@ struct amdgpu_vcn {
uint16_t inst_mask; uint16_t inst_mask;
uint8_t num_inst_per_aid; uint8_t num_inst_per_aid;
bool using_unified_queue; bool using_unified_queue;
/* IP reg dump */
uint32_t *ip_dump;
}; };
struct amdgpu_fw_shared_rb_ptrs_struct { struct amdgpu_fw_shared_rb_ptrs_struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment