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 HDP IP version 6.1.1

This initializes HDP 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
e2fd14f5 ca7a44f9

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 3101 3101 case IP_VERSION(6, 0, 0): 3102 3102 case IP_VERSION(6, 0, 1): 3103 3103 case IP_VERSION(6, 1, 0): 3104 + case IP_VERSION(6, 1, 1): 3104 3105 adev->hdp.funcs = &hdp_v6_0_funcs; 3105 3106 break; 3106 3107 case IP_VERSION(7, 0, 0):