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 support for IH IP version 6.1.1

This initializes IH IP version 6.1.1.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Tim Huang <tim.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Tim Huang and committed by
Alex Deucher
ca7a44f9 0cc0c5e7

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2095 2095 amdgpu_device_ip_block_add(adev, &ih_v6_0_ip_block); 2096 2096 break; 2097 2097 case IP_VERSION(6, 1, 0): 2098 + case IP_VERSION(6, 1, 1): 2098 2099 amdgpu_device_ip_block_add(adev, &ih_v6_1_ip_block); 2099 2100 break; 2100 2101 case IP_VERSION(7, 0, 0):