This is a note to let you know that I've just added the patch titled drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1 to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-amdgpu-discovery-enable-nbio-support-for-nbio-v7.7.1.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7308ceb44663f40bf9e7373c3b1aa4f7f433d625 Mon Sep 17 00:00:00 2001 From: Yifan Zhang <yifan1.zhang@xxxxxxx> Date: Tue, 25 Oct 2022 16:59:44 +0800 Subject: drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1 From: Yifan Zhang <yifan1.zhang@xxxxxxx> commit 7308ceb44663f40bf9e7373c3b1aa4f7f433d625 upstream. this patch is to enable nbio support for NBIO v7.7.1. Signed-off-by: Yifan Zhang <yifan1.zhang@xxxxxxx> Reviewed-by: Aaron Liu <aaron.liu@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: "Limonciello, Mario" <Mario.Limonciello@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2258,6 +2258,7 @@ int amdgpu_discovery_set_ip_blocks(struc adev->nbio.hdp_flush_reg = &nbio_v4_3_hdp_flush_reg; break; case IP_VERSION(7, 7, 0): + case IP_VERSION(7, 7, 1): adev->nbio.funcs = &nbio_v7_7_funcs; adev->nbio.hdp_flush_reg = &nbio_v7_7_hdp_flush_reg; break; Patches currently in stable-queue which might be from yifan1.zhang@xxxxxxx are queue-6.1/drm-amdgpu-add-gmc-v11-support-for-gc-11.0.4.patch queue-6.1/drm-amdgpu-discovery-add-psp-ip-v13.0.11-support.patch queue-6.1/drm-amdgpu-set-gc-11.0.4-family.patch queue-6.1/drm-amdgpu-discovery-enable-nbio-support-for-nbio-v7.7.1.patch queue-6.1/drm-amdgpu-enable-psp-ip-v13.0.11-support.patch queue-6.1/drm-amdgpu-add-gfx-support-for-gc-11.0.4.patch queue-6.1/drm-amdgpu-pm-enable-swsmu-for-smu-ip-v13.0.11.patch queue-6.1/drm-amdgpu-discovery-enable-soc21-common-for-gc-11.0.4.patch queue-6.1/drm-amdgpu-pm-add-gfxoff-control-ip-version-check-for-smu-ip-v13.0.11.patch queue-6.1/drm-amd-display-disable-s-g-display-on-dcn-3.1.5.patch queue-6.1/drm-amdgpu-add-smu-13-support-for-smu-13.0.11.patch queue-6.1/drm-amdgpu-soc21-add-mode2-asic-reset-for-smu-ip-v13.0.11.patch queue-6.1/drm-amdgpu-discovery-enable-mes-support-for-gc-v11.0.4.patch queue-6.1/drm-amdgpu-discovery-set-the-apu-flag-for-gc-11.0.4.patch queue-6.1/drm-amd-display-disable-s-g-display-on-dcn-3.1.4.patch queue-6.1/drm-amdgpu-discovery-enable-gfx-v11-for-gc-11.0.4.patch queue-6.1/drm-amdgpu-add-tmz-support-for-gc-11.0.1.patch queue-6.1/drm-amdgpu-correct-mec-number-for-gfx11-apus.patch queue-6.1/drm-amdgpu-allow-multipipe-policy-on-asics-with-one-mec.patch queue-6.1/drm-amdgpu-pm-use-the-specific-mailbox-registers-only-for-smu-ip-v13.0.4.patch queue-6.1/drm-amdgpu-discovery-enable-gmc-v11-for-gc-11.0.4.patch