diff options
author | Sunil Khatri <[email protected]> | 2024-08-08 23:36:26 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-08-13 10:30:49 -0400 |
commit | 311f2b587461f86e3c30e7ac28df38be4a862ac7 (patch) | |
tree | 438b050a8a7f3b67d361ac30482f98c5c2bf88e4 | |
parent | 434b3554d6435dc4e19083a2214dee40a88e09e1 (diff) |
Revert "drm/amdgpu: add vcn ip dump ptr in vcn global struct"
This reverts commit f3392e662efdc095f10109f588aa4f3be86f7eb5.
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Sunil Khatri <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h index f127eccf59d7..1a5439abd1a0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h @@ -330,9 +330,6 @@ 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 { |