projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f28c46
)
drm/amdgpu: add vcn ip dump ptr in vcn global struct
author
Sunil Khatri
<sunil.khatri@amd.com>
Tue, 23 Jul 2024 07:38:55 +0000
(13:08 +0530)
committer
Alex Deucher
<alexander.deucher@amd.com>
Sat, 27 Jul 2024 21:28:17 +0000
(17:28 -0400)
Add pointer to the vcn ip dump in the vcn global structure
to be accessible for all vcn version via global adev.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
index
1a5439a
..
f127ecc
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
@@
-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 {