Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <sunil.khatri@amd.com>
Acked-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Sunil Khatri and committed by
Alex Deucher
1a2103d6 bc62abe1

+2 -2
+2 -2
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
··· 2026 2026 .post_soft_reset = NULL, 2027 2027 .set_clockgating_state = vcn_v2_5_set_clockgating_state, 2028 2028 .set_powergating_state = vcn_v2_5_set_powergating_state, 2029 - .dump_ip_state = NULL, 2030 - .print_ip_state = NULL, 2029 + .dump_ip_state = vcn_v2_5_dump_ip_state, 2030 + .print_ip_state = vcn_v2_5_print_ip_state, 2031 2031 }; 2032 2032 2033 2033 const struct amdgpu_ip_block_version vcn_v2_5_ip_block =