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 new ip block for GMC 11.0

Add ip block support for gmc v11_0_3.

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

authored by

Hawking Zhang and committed by
Alex Deucher
94ac3233 fe09f343

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1550 1550 case IP_VERSION(11, 0, 0): 1551 1551 case IP_VERSION(11, 0, 1): 1552 1552 case IP_VERSION(11, 0, 2): 1553 + case IP_VERSION(11, 0, 3): 1553 1554 amdgpu_device_ip_block_add(adev, &gmc_v11_0_ip_block); 1554 1555 break; 1555 1556 default: