diff options
| author | Sunil Khatri <[email protected]> | 2024-08-05 11:57:58 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-16 18:26:57 +0000 |
| commit | 1a2103d68547407a098c237d7cade79b4ad2b88f (patch) | |
| tree | 9bcabc228f0fe33f8673d90729f45a81d3a9b7c2 /drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | |
| parent | drm/amdgpu: add print support for vcn_v2_5 ip dump (diff) | |
| download | kernel-1a2103d68547407a098c237d7cade79b4ad2b88f.tar.gz kernel-1a2103d68547407a098c237d7cade79b4ad2b88f.zip | |
drm/amdgpu: add vcn ip dump support for vcn_v2_6
Add support for logging the registers in devcoredump
buffer for vcn_v2_6.
Signed-off-by: Sunil Khatri <[email protected]>
Acked-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c index 661eef38aec9..04e9e806e318 100644 --- a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c @@ -2026,8 +2026,8 @@ static const struct amd_ip_funcs vcn_v2_6_ip_funcs = { .post_soft_reset = NULL, .set_clockgating_state = vcn_v2_5_set_clockgating_state, .set_powergating_state = vcn_v2_5_set_powergating_state, - .dump_ip_state = NULL, - .print_ip_state = NULL, + .dump_ip_state = vcn_v2_5_dump_ip_state, + .print_ip_state = vcn_v2_5_print_ip_state, }; const struct amdgpu_ip_block_version vcn_v2_5_ip_block = |
