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 GFX 11.0

Add ip block support for gfx 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
a4d002d7 2b569234

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1784 1784 case IP_VERSION(11, 0, 0): 1785 1785 case IP_VERSION(11, 0, 1): 1786 1786 case IP_VERSION(11, 0, 2): 1787 + case IP_VERSION(11, 0, 3): 1787 1788 amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block); 1788 1789 break; 1789 1790 default: