Thanks Hawking, I'll take care of the difference on topic branch and drm-next.
-----Original Message----- From: Zhang, Hawking <[email protected]> Sent: Monday, August 5, 2019 5:49 PM To: Zhang, Hawking <[email protected]>; Yin, Tianci (Rico) <[email protected]>; [email protected] Cc: Xiao, Jack <[email protected]>; Yin, Tianci (Rico) <[email protected]>; Yuan, Xiaojie <[email protected]> Subject: RE: [PATCH] drm/amdgpu/soc15: fix external_rev_id for navi14 BTW, please make sure you have the latest drm-next code base. The deleted code seems like in some topic branch. Regards, Hawking -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Zhang, Hawking Sent: 2019年8月5日 17:45 To: Yin, Tianci (Rico) <[email protected]>; [email protected] Cc: Xiao, Jack <[email protected]>; Yin, Tianci (Rico) <[email protected]>; Yuan, Xiaojie <[email protected]> Subject: RE: [PATCH] drm/amdgpu/soc15: fix external_rev_id for navi14 Reviewed-by: Hawking Zhang <[email protected]> Regards, Hawking -----Original Message----- From: Tianci Yin <[email protected]> Sent: 2019年8月5日 17:35 To: [email protected] Cc: Zhang, Hawking <[email protected]>; Xiao, Jack <[email protected]>; Yuan, Xiaojie <[email protected]>; Yin, Tianci (Rico) <[email protected]> Subject: [PATCH] drm/amdgpu/soc15: fix external_rev_id for navi14 From: tiancyin <[email protected]> fix the hard code external_rev_id. Change-Id: I7b46f7b49b6d0586d1fa282d4961815fb124379b Signed-off-by: tiancyin <[email protected]> --- drivers/gpu/drm/amd/amdgpu/nv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 9bce6a1..2f45bf2 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -546,7 +546,7 @@ static int nv_common_early_init(void *handle) AMD_CG_SUPPORT_BIF_LS; adev->pg_flags = AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG; - adev->external_rev_id = 20; + adev->external_rev_id = adev->rev_id + 20; break; default: /* FIXME: not supported yet */ -- 2.7.4 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
