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: Use ih v7_0 ip block for ih v7_1

ih v7_1 and ih v7_0 share the same ip block implementation

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
692c70f4 41273a8c

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2088 2088 amdgpu_device_ip_block_add(adev, &ih_v6_1_ip_block); 2089 2089 break; 2090 2090 case IP_VERSION(7, 0, 0): 2091 + case IP_VERSION(7, 1, 0): 2091 2092 amdgpu_device_ip_block_add(adev, &ih_v7_0_ip_block); 2092 2093 break; 2093 2094 default: