From: Aaron Liu Date: Mon, 8 Apr 2019 05:14:28 +0000 (+0800) Subject: drm/amdgpu: add asic funcs for renoir X-Git-Tag: for-linus-2019-09-27~66^2~7^2~216 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e09ce48182e5c7e3832bf1f63edf24c7bc1cbaaa;p=linux-block.git drm/amdgpu: add asic funcs for renoir add asic funcs for renoir, init soc15_asic_funcs Acked-by: Huang Rui Signed-off-by: Aaron Liu Reviewed-by: Huang Rui Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 6caeb49b9c02..5816ebfbe199 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -1144,6 +1144,7 @@ static int soc15_common_early_init(void *handle) adev->external_rev_id = adev->rev_id + 0x32; break; case CHIP_RENOIR: + adev->asic_funcs = &soc15_asic_funcs; adev->cg_flags = 0; adev->pg_flags = 0; adev->external_rev_id = adev->rev_id + 0x91;