Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/discovery: add hdp6 support for HDP 6.0.1

Enable Host Data Path support.

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Flora Cui <flora.cui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Flora Cui and committed by
Alex Deucher
8742f5f1 4dad9d63

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2217 2217 adev->hdp.funcs = &hdp_v5_0_funcs; 2218 2218 break; 2219 2219 case IP_VERSION(6, 0, 0): 2220 + case IP_VERSION(6, 0, 1): 2220 2221 adev->hdp.funcs = &hdp_v6_0_funcs; 2221 2222 break; 2222 2223 default: