[AMD Public Use] Reviewed-by: Hawking Zhang <[email protected]>
Regards, Hawking -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Alex Deucher Sent: Wednesday, June 24, 2020 22:20 To: amd-gfx list <[email protected]> Cc: Deucher, Alexander <[email protected]> Subject: Re: [PATCH] drm/amdgpu: make sure to reserve tmr region on all asics which support it Ping? Alex On Mon, Jun 22, 2020 at 5:41 PM Alex Deucher <[email protected]> wrote: > > This includes older APUs like renoir. > > Signed-off-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c > index f1855a8323b2..7d51768684dd 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c > @@ -1974,7 +1974,7 @@ int amdgpu_ttm_init(struct amdgpu_device *adev) > * If IP discovery enabled, a block of memory should be > * reserved for IP discovey. > */ > - if (adev->asic_type >= CHIP_NAVI10 && amdgpu_discovery) { > + if (adev->discovery_bin) { > r = amdgpu_ttm_reserve_tmr(adev); > if (r) > return r; > -- > 2.25.4 > _______________________________________________ amd-gfx mailing list [email protected] https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Famd-gfx&data=02%7C01%7Chawking.zhang%40amd.com%7C58a9357a7ff248f908ba08d81849b141%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637286052091665855&sdata=7qVY5igW%2FWn0jt8NUpS1ZfbbP3%2B%2FgYPazigVBIzQqnk%3D&reserved=0 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
