]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: do not init mec2 jt for renoir
authorHawking Zhang <Hawking.Zhang@amd.com>
Tue, 17 Sep 2019 22:46:54 +0000 (06:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:10:59 +0000 (09:10 -0500)
commit15ad185d87bc8102d94eea3b384ec2af21656d4f
treeddb89cbfd64077a2292bca71d3379e167c977ce3
parent6d47c89c5d1e28f7d9820f9c85249360a1bd8e95
drm/amdgpu: do not init mec2 jt for renoir

For ASICs like renoir/arct, driver doesn't need to load mec2 jt.
when mec1 jt is loaded, mec2 jt will be loaded automatically
since the write is actaully broadcasted to both.

We need to more time to test other gfx9 asic. but for now we should
be able to draw conclusion that mec2 jt is not needed for renoir and
arct.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c