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

drm/amdgpu: Enable VCN_5_0_1 IP block

Add VCN_5_0_1 IP block to kernel boot

Signed-off-by: Sonny Jiang <sonjiang@amd.com>
Acked-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Sonny Jiang and committed by
Alex Deucher
178ad3a9 346492f3

+3 -1
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1 1 /* 2 - * Copyright 2018 Advanced Micro Devices, Inc. 2 + * Copyright 2018-2024 Advanced Micro Devices, Inc. All rights reserved. 3 3 * 4 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 5 * copy of this software and associated documentation files (the "Software"), ··· 104 104 #include "smuio_v13_0_6.h" 105 105 #include "smuio_v14_0_2.h" 106 106 #include "vcn_v5_0_0.h" 107 + #include "vcn_v5_0_1.h" 107 108 #include "jpeg_v5_0_0.h" 108 109 #include "jpeg_v5_0_1.h" 109 110 ··· 2369 2368 amdgpu_device_ip_block_add(adev, &jpeg_v5_0_0_ip_block); 2370 2369 break; 2371 2370 case IP_VERSION(5, 0, 1): 2371 + amdgpu_device_ip_block_add(adev, &vcn_v5_0_1_ip_block); 2372 2372 amdgpu_device_ip_block_add(adev, &jpeg_v5_0_1_ip_block); 2373 2373 break; 2374 2374 default: