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 SDMA IP version 6.1.4

This initializes SDMA IP version 6.1.4.

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
ab90fd05 47ae1f93

+3
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2420 2420 case IP_VERSION(6, 1, 1): 2421 2421 case IP_VERSION(6, 1, 2): 2422 2422 case IP_VERSION(6, 1, 3): 2423 + case IP_VERSION(6, 1, 4): 2423 2424 amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block); 2424 2425 break; 2425 2426 case IP_VERSION(7, 0, 0):
+1
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
··· 54 54 MODULE_FIRMWARE("amdgpu/sdma_6_1_1.bin"); 55 55 MODULE_FIRMWARE("amdgpu/sdma_6_1_2.bin"); 56 56 MODULE_FIRMWARE("amdgpu/sdma_6_1_3.bin"); 57 + MODULE_FIRMWARE("amdgpu/sdma_6_1_4.bin"); 57 58 58 59 #define SDMA1_REG_OFFSET 0x600 59 60 #define SDMA0_HYP_DEC_REG_START 0x5880
+1
drivers/gpu/drm/amd/amdkfd/kfd_device.c
··· 104 104 case IP_VERSION(6, 1, 1): 105 105 case IP_VERSION(6, 1, 2): 106 106 case IP_VERSION(6, 1, 3): 107 + case IP_VERSION(6, 1, 4): 107 108 case IP_VERSION(7, 0, 0): 108 109 case IP_VERSION(7, 0, 1): 109 110 case IP_VERSION(7, 1, 0):