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

drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1

this patch is to enable nbio support for NBIO v7.7.1.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Yifan Zhang and committed by
Alex Deucher
7308ceb4 069a5af9

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2278 2278 adev->nbio.hdp_flush_reg = &nbio_v4_3_hdp_flush_reg; 2279 2279 break; 2280 2280 case IP_VERSION(7, 7, 0): 2281 + case IP_VERSION(7, 7, 1): 2281 2282 adev->nbio.funcs = &nbio_v7_7_funcs; 2282 2283 adev->nbio.hdp_flush_reg = &nbio_v7_7_hdp_flush_reg; 2283 2284 break;