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/discovery: Enable DM for DCN42

Add DM ipblock for DCN 4.2.0

Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Roman Li and committed by
Alex Deucher
b43effe1 a6713b89

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2298 2298 case IP_VERSION(3, 5, 1): 2299 2299 case IP_VERSION(3, 6, 0): 2300 2300 case IP_VERSION(4, 1, 0): 2301 + case IP_VERSION(4, 2, 0): 2301 2302 /* TODO: Fix IP version. DC code expects version 4.0.1 */ 2302 2303 if (adev->ip_versions[DCE_HWIP][0] == IP_VERSION(4, 1, 0)) 2303 2304 adev->ip_versions[DCE_HWIP][0] = IP_VERSION(4, 0, 1);